comparison 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
comparison
equal deleted inserted replaced
3020:61996cb486f9 3021:ec6f7fcd3d90
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Compatibility" 9 <article name="Compatibility"
10 link="/en/docs/njs/compatibility.html" 10 link="/en/docs/njs/compatibility.html"
11 lang="en" 11 lang="en"
12 rev="43" 12 rev="44"
13 toc="no"> 13 toc="no">
14 14
15 <section> 15 <section>
16 16
17 <para> 17 <para>
861 <listitem> 861 <listitem>
862 <literal>File system</literal> methods: 862 <literal>File system</literal> methods:
863 <link doc="reference.xml" id="fs_accesssync"><literal>fs.accessSync</literal></link> 863 <link doc="reference.xml" id="fs_accesssync"><literal>fs.accessSync</literal></link>
864 (<link doc="changes.xml" id="njs0.3.9">0.3.9</link>), 864 (<link doc="changes.xml" id="njs0.3.9">0.3.9</link>),
865 <link doc="reference.xml" id="appendfilesync"><literal>fs.appendFileSync</literal></link>, 865 <link doc="reference.xml" id="appendfilesync"><literal>fs.appendFileSync</literal></link>,
866 <link doc="reference.xml" id="fs_closesync"><literal>fs.closeSync</literal></link>,
867 <link doc="reference.xml" id="fs_existssync"><literal>fs.existsSync</literal></link>
868 (<link doc="changes.xml" id="njs0.8.2">0.8.2</link>),
866 <link doc="reference.xml" id="fs_filehandle"><literal>fs.FileHandle</literal></link> 869 <link doc="reference.xml" id="fs_filehandle"><literal>fs.FileHandle</literal></link>
867 (<link doc="changes.xml" id="njs0.7.7">0.7.7</link>), 870 (<link doc="changes.xml" id="njs0.7.7">0.7.7</link>),
868 <link doc="reference.xml" id="fs_fstatsync"><literal>fs.fstatSync</literal></link> 871 <link doc="reference.xml" id="fs_fstatsync"><literal>fs.fstatSync</literal></link>
869 (<link doc="changes.xml" id="njs0.7.7">0.7.7</link>), 872 (<link doc="changes.xml" id="njs0.7.7">0.7.7</link>),
870 <link doc="reference.xml" id="fs_lstatsync"><literal>fs.lstatSync</literal></link> 873 <link doc="reference.xml" id="fs_lstatsync"><literal>fs.lstatSync</literal></link>