We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ae1cf commit a44219dCopy full SHA for a44219d
doc/api/fs.md
@@ -5905,6 +5905,18 @@ added: v0.4.7
5905
The number of bytes written so far. Does not include data that is still queued
5906
for writing.
5907
5908
+#### `writeStream.close([callback])`
5909
+<!-- YAML
5910
+added: v0.9.4
5911
+-->
5912
+
5913
+* `callback` {Function}
5914
+ * `err` {Error}
5915
5916
+Closes `writeStream`. Optionally accepts a
5917
+callback that will be executed once the `writeStream`
5918
+is closed.
5919
5920
#### `writeStream.path`
5921
<!-- YAML
5922
added: v0.1.93
0 commit comments