| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c579507 commit eb73574
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -710,7 +710,9 @@ Flush all data, buffered since [`stream.cork()`][] call. | |||
| 710 | 710 | * Returns: {Boolean} `true` if the data was handled completely. | |
| 711 | 711 | ||
| 712 | 712 | This method writes some data to the underlying system, and calls the | |
| 713 | - supplied callback once the data has been fully handled. | ||
| 713 | + supplied callback once the data has been fully handled. If an error | ||
| 714 | + occurs, the callback may or may not be called with the error as its | ||
| 715 | + first argument. To detect write errors, listen for the `'error'` event. | ||
| 714 | 716 | ||
| 715 | 717 | The return value indicates if you should continue writing right now. | |
| 716 | 718 | If the data had to be buffered internally, then it will return | |
| Back | FazBrowse Home | New Git URL |
0 commit comments