Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index c3d0b38ff18..778c6f3ff59 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -600,7 +600,7 @@ Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v12.20.0
-->
* Returns: {fs.FSWatcher}
@@ -615,7 +615,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v12.20.0
-->
* Returns: {fs.FSWatcher}
@@ -628,7 +628,7 @@ no effect.
## Class: `fs.StatWatcher`
<!-- YAML
-added: REPLACEME
+added: v12.20.0
-->
* Extends {EventEmitter}
@@ -638,7 +638,7 @@ object.
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v12.20.0
-->
* Returns: {fs.StatWatcher}
@@ -653,7 +653,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v12.20.0
-->
* Returns: {fs.StatWatcher}