Skip to content
Closed
Changes from 3 commits
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
12 changes: 12 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5968,6 +5968,18 @@ 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
-->

* `callback` {Function}
* `err` {Error}

Closes the specified `writeStream`. Optionally accepts a
callback that will be executed once the `writeStream`
is closed.

### `fs.constants`

* {Object}
Expand Down