Skip to content

Commit 3e774a0

Browse files
aduh95nodejs-github-bot
authored andcommitted
doc: fix history for fs.WriteStream open event
PR-URL: #39972 Refs: #33716 Refs: #35993 Refs: #35911 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 3f78545 commit 3e774a0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

doc/api/fs.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6152,22 +6152,7 @@ Emitted when the {fs.WriteStream}'s underlying file descriptor has been closed.
61526152
61536153
#### Event: `'open'`
61546154
<!-- YAML
6155-
added:
6156-
- v10.0.0
6157-
- v0.1.93
6158-
changes:
6159-
- version: v14.17.0
6160-
pr-url: https://github.com/nodejs/node/pull/35993
6161-
description: The options argument may include an AbortSignal to abort an
6162-
ongoing writeFile request.
6163-
- version: v14.12.0
6164-
pr-url: https://github.com/nodejs/node/pull/34993
6165-
description: The `data` parameter will stringify an object with an
6166-
explicit `toString` function.
6167-
- version: v14.0.0
6168-
pr-url: https://github.com/nodejs/node/pull/31030
6169-
description: The `data` parameter won't coerce unsupported input to
6170-
strings anymore.
6155+
added: v0.1.93
61716156
-->
61726157
61736158
* `fd` {integer} Integer file descriptor used by the {fs.WriteStream}.

0 commit comments

Comments
 (0)