File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ Removed Non-Standard SpiderMonkey Features
80
80
------------------------------------------
81
81
82
82
V8 does **not** support the following *non-standard* `SpiderMonkey
83
- <https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_ JavaScript
83
+ <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/ SpiderMonkey>`_ JavaScript
84
84
extensions, previously supported by MongoDB's use of SpiderMonkey as
85
85
its JavaScript engine.
86
86
87
87
E4X Extensions
88
88
~~~~~~~~~~~~~~
89
89
90
90
V8 does not support the *non-standard* `E4X
91
- <https://developer.mozilla.org/en-US/docs/E4X>`_ extensions. E4X
91
+ <https://developer.mozilla.org/en-US/docs/Archive/Web/ E4X>`_ extensions. E4X
92
92
provides a native `XML
93
93
<https://developer.mozilla.org/en-US/docs/E4X/Processing_XML_with_E4X>`_
94
94
object to the JavaScript language and adds the syntax for embedding
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JavaScript Changes in MongoDB 3.2
12
12
13
13
In MongoDB 3.2, the javascript engine used for both the :binary:`~bin.mongo` shell
14
14
and for server-side javascript in :binary:`~bin.mongod` changed from V8 to
15
- `SpiderMonkey <https://developer.mozilla.org/en-US/docs/SpiderMonkey>`_.
15
+ `SpiderMonkey <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/ SpiderMonkey>`_.
16
16
17
17
To confirm which JavaScript engine you are using, you can use either
18
18
:js:func:`interpreterVersion()` method in the :binary:`~bin.mongo` shell and the
You can’t perform that action at this time.
0 commit comments