diff xml/en/docs/njs/compatibility.xml @ 3021:ec6f7fcd3d90

Added fs.existsSync and fs.closeSync to njs Reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 23 Oct 2023 19:24:33 +0100
parents 3a85326ed38c
children
line wrap: on
line diff
--- a/xml/en/docs/njs/compatibility.xml	Mon Oct 23 19:23:28 2023 +0100
+++ b/xml/en/docs/njs/compatibility.xml	Mon Oct 23 19:24:33 2023 +0100
@@ -9,7 +9,7 @@
 <article name="Compatibility"
         link="/en/docs/njs/compatibility.html"
         lang="en"
-        rev="43"
+        rev="44"
         toc="no">
 
 <section>
@@ -863,6 +863,9 @@
 <link doc="reference.xml" id="fs_accesssync"><literal>fs.accessSync</literal></link>
 (<link doc="changes.xml" id="njs0.3.9">0.3.9</link>),
 <link doc="reference.xml" id="appendfilesync"><literal>fs.appendFileSync</literal></link>,
+<link doc="reference.xml" id="fs_closesync"><literal>fs.closeSync</literal></link>,
+<link doc="reference.xml" id="fs_existssync"><literal>fs.existsSync</literal></link>
+(<link doc="changes.xml" id="njs0.8.2">0.8.2</link>),
 <link doc="reference.xml" id="fs_filehandle"><literal>fs.FileHandle</literal></link>
 (<link doc="changes.xml" id="njs0.7.7">0.7.7</link>),
 <link doc="reference.xml" id="fs_fstatsync"><literal>fs.fstatSync</literal></link>