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 6f142420af8..2fc687d6aad 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -581,7 +581,7 @@ Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.FSWatcher}
@@ -596,7 +596,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.FSWatcher}
@@ -609,7 +609,7 @@ no effect.
## Class: `fs.StatWatcher`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Extends {EventEmitter}
@@ -619,7 +619,7 @@ object.
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.StatWatcher}
@@ -634,7 +634,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.StatWatcher}