diff xml/en/docs/njs/compatibility.xml @ 2333:fb5e1d2d4c75

Removed "Not supported" section, updated defineProperty in njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 26 Feb 2019 18:23:25 +0300
parents 1a6524706c70
children a72bd8324c0b
line wrap: on
line diff
--- a/xml/en/docs/njs/compatibility.xml	Tue Feb 26 18:22:40 2019 +0300
+++ b/xml/en/docs/njs/compatibility.xml	Tue Feb 26 18:23:25 2019 +0300
@@ -9,7 +9,8 @@
 <article name="Compatibility"
         link="/en/docs/njs/compatibility.html"
         lang="en"
-        rev="6">
+        rev="7"
+        toc="no">
 
 <section>
 
@@ -111,8 +112,8 @@
 ES5.1:
 <literal>create</literal> (support without properties list),
 <literal>keys</literal>,
-<literal>defineProperty</literal>,
-<literal>defineProperties</literal>,
+<literal>defineProperty</literal> (support without accessor descriptors),
+<literal>defineProperties</literal> (support without accessor descriptors),
 <literal>getOwnPropertyDescriptor</literal>,
 <literal>getPrototypeOf</literal>,
 <literal>hasOwnProperty</literal>,
@@ -217,7 +218,6 @@
 </listitem>
 
 <listitem>
-<link url="https://nodejs.org/api/fs.html#fs_file_system">Node.js style</link>
 <literal>File system</literal> methods:
 <link doc="reference.xml" id="readfilesync"><literal>fs.readFileSync</literal></link>,
 <link doc="reference.xml" id="appendfilesync"><literal>fs.appendFileSync</literal></link>,
@@ -225,7 +225,6 @@
 </listitem>
 
 <listitem>
-<link url="https://nodejs.org/api/crypto.html#crypto_class_hash">Node.js style</link>
 <literal>Crypto</literal> methods (0.2.0):
 <link doc="reference.xml" id="crypto_createhash"><literal>crypto.createHash</literal></link>,
 <link doc="reference.xml" id="crypto_createhmac"><literal>crypto.createHmac</literal></link>
@@ -236,37 +235,5 @@
 
 </section>
 
-
-<section id="not_supported" name="What is not supported yet">
-
-<para>
-<list type="bullet">
-
-<listitem>
-ES6 <literal>let</literal> and <literal>const</literal> declarations
-</listitem>
-
-<listitem>
-labels
-</listitem>
-
-<listitem>
-<literal>eval</literal> function
-</listitem>
-
-<listitem>
-<literal>new Function()</literal> constructor
-</listitem>
-
-<listitem>
-<literal>setInterval</literal>,
-<literal>setImmediate</literal> functions
-</listitem>
-
-</list>
-</para>
-
-</section>
-
 </article>