8000
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 347b9f2 commit 0100a3bCopy full SHA for 0100a3b
doc/api/fs.md
@@ -59 9D4B 48,6 +5948,18 @@ added: v0.4.7
5948
The number of bytes written so far. Does not include data that is still queued
5949
for writing.
5950
5951
+#### `writeStream.close([callback])`
5952
+<!-- YAML
5953
+added: v0.9.4
5954
+-->
5955
+
5956
+* `callback` {Function}
5957
+ * `err` {Error}
5958
5959
+Closes `writeStream`. Optionally accepts a
5960
+callback that will be executed once the `writeStream`
5961
+is closed.
5962
5963
#### `writeStream.path`
5964
<!-- YAML
5965
added: v0.1.93
0 commit comments