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
8080------------------------------------------
8181
8282V8 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
8484extensions, previously supported by MongoDB's use of SpiderMonkey as
8585its JavaScript engine.
8686
8787E4X Extensions
8888~~~~~~~~~~~~~~
8989
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
9592literal XML documents in JavaScript code.
9693
9794You need to use alternative XML processing if you used any of the
@@ -142,8 +139,7 @@ V8 does not support ``InternalError()``. Use ``Error()`` instead.
142139``for each...in`` Construct
143140~~~~~~~~~~~~~~~~~~~~~~~~~~~
144141
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``
147143construct. Use ``for (var x in y)`` construct
148144instead.
149145
You can’t perform that action at this time.
0 commit comments