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.md17
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 62847ad142d..73fc9c13c3f 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -6152,22 +6152,7 @@ Emitted when the {fs.WriteStream}'s underlying file descriptor has been closed.
#### Event: `'open'`
<!-- YAML
-added:
- - v10.0.0
- - v0.1.93
-changes:
- - version: v14.17.0
- pr-url: https://github.com/nodejs/node/pull/35993
- description: The options argument may include an AbortSignal to abort an
- ongoing writeFile request.
- - version: v14.12.0
- pr-url: https://github.com/nodejs/node/pull/34993
- description: The `data` parameter will stringify an object with an
- explicit `toString` function.
- - version: v14.0.0
- pr-url: https://github.com/nodejs/node/pull/31030
- description: The `data` parameter won't coerce unsupported input to
- strings anymore.
+added: v0.1.93
-->
* `fd` {integer} Integer file descriptor used by the {fs.WriteStream}.