Skip to content
Closed
Changes from 4 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 @@ -5948,6 +5948,18 @@ added: v0.4.7
The number of bytes written so far. Does not include data that is still queued
for writing.

#### `writeStream.close([callback])`
<!-- YAML
added: REPLACEME
Comment thread
aduh95 marked this conversation as resolved.
Outdated
-->

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

Closes the specified `writeStream`. Optionally accepts a
Comment thread
ihiteshsharma marked this conversation as resolved.
Outdated
callback that will be executed once the `writeStream`
is closed.

#### `writeStream.path`
<!-- YAML
added: v0.1.93
Expand Down