File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -80,18 +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/Mozilla/Projects/SpiderMonkey >`_ JavaScript
83
+ <https://firefox-source-docs .mozilla.org/js/index.html#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
- V8 does not support the *non-standard* `E4X
91
- <https://developer.mozilla.org/en-US/docs/Archive/Web/E4X>`_ extensions. E4X
92
- provides a native `XML
93
- <https://developer.mozilla.org/en-US/docs/E4X/Processing_XML_with_E4X>`_
94
- object to the JavaScript language and adds the syntax for embedding
90
+ V8 does not support the *non-standard* E4X extensions. E4X
91
+ provides a native XML object to the JavaScript language and adds the syntax for embedding
95
92
literal XML documents in JavaScript code.
96
93
97
94
You need to use alternative XML processing if you used any of the
@@ -142,8 +139,7 @@ V8 does not support ``InternalError()``. Use ``Error()`` instead.
142
139
``for each...in`` Construct
143
140
~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
141
145
- V8 does not support the use of `for each...in
146
- <https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/for_each...in>`_
142
+ V8 does not support the use of ``for each...in``
147
143
construct. Use ``for (var x in y)`` construct
148
144
instead.
149
145
You can’t perform that action at this time.
0 commit comments