Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e774a0

Browse filesBrowse 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 <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>
1 parent 3f78545 commit 3e774a0
Copy full SHA for 3e774a0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-16
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+1-16Lines changed: 1 addition & 16 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.