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
path: root/doc/api
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-09-01 20:39:20 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-07 01:51:18 +0300
commit3e774a0500600263dfdd32b94d37d792d3d983e5 (patch)
treefed84dd5a9d7b59450a38696a1c559d436c5a68a /doc/api
parent3f78545bf237a21a700a092263b378c262ced494 (diff)
doc: fix history for `fs.WriteStream` `open` event
PR-URL: https://github.com/nodejs/node/pull/39972 Refs: https://github.com/nodejs/node/pull/33716 Refs: https://github.com/nodejs/node/pull/35993 Refs: https://github.com/nodejs/node/pull/35911 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api')
-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}.