# HG changeset patch # User Yaroslav Zhuravlev # Date 1522777105 -10800 # Node ID 4212f4520070d68c9d70416b20414d5bcc912c95 # Parent 59a3cc84f5071a59dec5f29804efd75579883770 Updated "About njs" with methods supported in njs-0.2.0. diff --git a/xml/en/docs/njs_about.xml b/xml/en/docs/njs_about.xml --- a/xml/en/docs/njs_about.xml +++ b/xml/en/docs/njs_about.xml @@ -9,7 +9,7 @@
+ rev="15">
@@ -176,13 +176,24 @@ ES5.1 global functions: +setTimeout, clearTimeout functions + + + File system methods -(Node.js style): +(Node.js style): fs.readFile, fs.readFileSync, fs.appendFile, fs.appendFileSync, fs.writeFile, fs.writeFileSync + +Crypto methods +(Node.js style): +crypto.createHash, +crypto.createHmac + + @@ -211,7 +222,7 @@ labels -setTimeout, setInterval, +setInterval, setImmediate functions diff --git a/xml/ru/docs/njs_about.xml b/xml/ru/docs/njs_about.xml --- a/xml/ru/docs/njs_about.xml +++ b/xml/ru/docs/njs_about.xml @@ -9,7 +9,7 @@
+ rev="15">
@@ -175,13 +175,24 @@ ES5.1 глобальные функции: +функции setTimeout, clearTimeout + + + Методы File system -(стиль Node.js): +(стиль Node.js): fs.readFile, fs.readFileSync, fs.appendFile, fs.appendFileSync, fs.writeFile, fs.writeFileSync + +Методы Crypto +(стиль Node.js): +crypto.createHash, +crypto.createHmac + + @@ -210,7 +221,7 @@ labels -функции setTimeout, setInterval, +функции setInterval, setImmediate