Skip to content

Commit

Permalink
stream: Add FileHandle support to Read/WriteStream
Browse files Browse the repository at this point in the history
Replace the hard-coded version with REPLACEME

Refs: nodejs#35922
  • Loading branch information
mmomtchev committed Dec 2, 2020
1 parent 51640a5 commit 4a841ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
added: v0.1.31
changes:
- version:
- v15.0.2
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/35922
description: The `fd` option accepts FileHandle arguments.
- version:
Expand Down Expand Up @@ -1873,7 +1873,7 @@ If `options` is a string, then it specifies the encoding.
added: v0.1.31
changes:
- version:
- v15.0.2
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/35922
description: The `fd` option accepts FileHandle arguments.
- version:
Expand Down Expand Up @@ -4717,7 +4717,7 @@ rejected.

#### Event: `'close'`
<!-- YAML
added: v15.0.2
added: REPLACEME
-->

The `'close'` event is emitted when the FileHandle and any of its underlying
Expand Down

0 comments on commit 4a841ac

Please sign in to comment.