| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -606,7 +606,7 @@ changes: | |||
| 606 | 606 | not operating in object mode, `chunk` must be a string, `Buffer` or | |
| 607 | 607 | `Uint8Array`. For object mode streams, `chunk` may be any JavaScript value | |
| 608 | 608 | other than `null`. | |
| 609 | - * `encoding` {string} The encoding, if `chunk` is a string. **Default:** `'utf8'` | ||
| 609 | + * `encoding` {string|null} The encoding, if `chunk` is a string. **Default:** `'utf8'` | ||
| 610 | 610 | * `callback` {Function} Callback for when this chunk of data is flushed. | |
| 611 | 611 | * Returns: {boolean} `false` if the stream wishes for the calling code to | |
| 612 | 612 | wait for the `'drain'` event to be emitted before continuing to write | |
| Back | FazBrowse Home | New Git URL |
0 commit comments