Skip to content

DOCSP-13914 fix broken spidermonkey links, 3.2 and 2.4 legacy #4777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/release-notes/2.4-javascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ Removed Non-Standard SpiderMonkey Features
------------------------------------------

V8 does **not** support the following *non-standard* `SpiderMonkey
<https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_ JavaScript
<https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey>`_ JavaScript
extensions, previously supported by MongoDB's use of SpiderMonkey as
its JavaScript engine.

E4X Extensions
~~~~~~~~~~~~~~

V8 does not support the *non-standard* `E4X
<https://developer.mozilla.org/en-US/docs/E4X>`_ extensions. E4X
<https://developer.mozilla.org/en-US/docs/Archive/Web/E4X>`_ extensions. E4X
provides a native `XML
<https://developer.mozilla.org/en-US/docs/E4X/Processing_XML_with_E4X>`_
object to the JavaScript language and adds the syntax for embedding
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/3.2-javascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JavaScript Changes in MongoDB 3.2

In MongoDB 3.2, the javascript engine used for both the :binary:`~bin.mongo` shell
and for server-side javascript in :binary:`~bin.mongod` changed from V8 to
`SpiderMonkey <https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_.
`SpiderMonkey <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey>`_.

To confirm which JavaScript engine you are using, you can use either
:js:func:`interpreterVersion()` method in the :binary:`~bin.mongo` shell and the
Expand Down