| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 173292b commit 0bdeeda
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -627,9 +627,8 @@ changes: | |||
| 627 | 627 | ||
| 628 | 628 | The `writable.write()` method writes some data to the stream, and calls the | |
| 629 | 629 | supplied `callback` once the data has been fully handled. If an error | |
| 630 | - occurs, the `callback` *may or may not* be called with the error as its | ||
| 631 | - first argument. To reliably detect write errors, add a listener for the | ||
| 632 | - `'error'` event. The `callback` is called asynchronously and before `'error'` is | ||
| 630 | + occurs, the `callback` will be called with the error as its | ||
| 631 | + first argument. The `callback` is called asynchronously and before `'error'` is | ||
| 633 | 632 | emitted. | |
| 634 | 633 | ||
| 635 | 634 | The return value is `true` if the internal buffer is less than the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments