Skip to content

Commit

Permalink
Fixes: nodejs#38606
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiteshsharma committed May 9, 2021
1 parent 7c8a608 commit ed2438c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5968,6 +5968,15 @@ added: v11.2.0
This property is `true` if the underlying file has not been opened yet,
i.e. before the `'ready'` event is emitted.
#### `writeStream.close(callback)`
<!-- YAML
added: REPLACEME
-->
Closes the specified `writeStream`. Optionally accepts a
callback that will be executed once the `writeStream`
is closed.
### `fs.constants`
* {Object}
Expand Down

0 comments on commit ed2438c

Please sign in to comment.