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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 597f4f16f5f..e7ecb354720 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3803,7 +3803,7 @@ this API: [`fs.write(fd, string...)`][].
## fs.writev(fd, buffers[, position], callback)
<!-- YAML
-added: REPLACEME
+added: v12.9.0
-->
* `fd` {integer}
@@ -3836,7 +3836,7 @@ the end of the file.
## fs.writevSync(fd, buffers[, position])
<!-- YAML
-added: REPLACEME
+added: v12.9.0
-->
* `fd` {integer}
@@ -4214,7 +4214,7 @@ beginning of the file.
#### filehandle.writev(buffers[, position])
<!-- YAML
-added: REPLACEME
+added: v12.9.0
-->
* `buffers` {ArrayBufferView[]}