Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes: https://github.com/nodejs/node/issues/38606 #38610

Closed
wants to merge 6 commits into from
Closed
Changes from 5 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: v0.9.4
-->

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

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

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