Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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