File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -596,8 +596,8 @@ changes:
596
596
not operating in object mode, ` chunk ` must be a string, ` Buffer ` or
597
597
` Uint8Array ` . For object mode streams, ` chunk ` may be any JavaScript value
598
598
other than ` null ` .
599
- * ` encoding ` {string} The encoding, if ` chunk ` is a string. ** Default:** ` 'utf8' `
600
- * ` callback ` {Function} Callback for when this chunk of data is flushed
599
+ * ` encoding ` {string|null } The encoding, if ` chunk ` is a string. ** Default:** ` 'utf8' `
600
+ * ` callback ` {Function} Callback for when this chunk of data is flushed.
601
601
* Returns: {boolean} ` false ` if the stream wishes for the calling code to
602
602
wait for the ` 'drain' ` event to be emitted before continuing to write
603
603
additional data; otherwise ` true ` .
You can’t perform that action at this time.
0 commit comments