| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c3ae1cf commit a44219d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5905,6 +5905,18 @@ added: v0.4.7 | |||
| 5905 | 5905 | The number of bytes written so far. Does not include data that is still queued | |
| 5906 | 5906 | for writing. | |
| 5907 | 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 | + | ||
| 5908 | 5920 | #### `writeStream.path` | |
| 5909 | 5921 | <!-- YAML | |
| 5910 | 5922 | added: v0.1.93 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments