| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 347b9f2 commit 0100a3b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5948,6 +5948,18 @@ added: v0.4.7 | |||
| 5948 | 5948 | The number of bytes written so far. Does not include data that is still queued | |
| 5949 | 5949 | for writing. | |
| 5950 | 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 | + | ||
| 5951 | 5963 | #### `writeStream.path` | |
| 5952 | 5964 | <!-- YAML | |
| 5953 | 5965 | added: v0.1.93 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments