File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,9 @@ buffer.
317317The amount of data potentially buffered depends on the ` highWaterMark ` option
318318passed into the stream's constructor. For normal streams, the ` highWaterMark `
319319option specifies a [ total number of bytes] [ hwm-gotcha ] . For streams operating
320- in object mode, the ` highWaterMark ` specifies a total number of objects.
320+ in object mode, the ` highWaterMark ` specifies a total number of objects. For
321+ streams operating on (but not decoding) strings, the ` highWaterMark ` specifies
322+ a total number of UTF-16 code units.
321323
322324Data is buffered in ` Readable ` streams when the implementation calls
323325[ ` stream.push(chunk) ` ] [ stream-push ] . If the consumer of the Stream does not
You can’t perform that action at this time.
0 commit comments