Skip to content

Commit 0fbcfe6

Browse files
authored
DOCSP-34011 Server Docs 404 (#5459)
1 parent 983499a commit 0fbcfe6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/release-notes/2.4-javascript.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,15 @@ Removed Non-Standard SpiderMonkey Features
8080
------------------------------------------
8181

8282
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
8484
extensions, previously supported by MongoDB's use of SpiderMonkey as
8585
its JavaScript engine.
8686

8787
E4X 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
9592
literal XML documents in JavaScript code.
9693

9794
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.
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``
147143
construct. Use ``for (var x in y)`` construct
148144
instead.
149145

0 commit comments

Comments
 (0)