Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! add default information
  • Loading branch information
debadree25 committed Feb 12, 2023
commit 6e1393e79eca8b8024b3d7fc77bb3a9be359123a
3 changes: 2 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,8 @@ added: v17.0.0
* `strategy` {Object}
* `highWaterMark` {number} The maximum internal queue size (of the created
`ReadableStream`) before backpressure is applied in reading from the given
`stream.Readable`.
`stream.Readable`. The default value is taken from the `highWaterMark` of the
given `stream.Readable`.
* `size` {Function} A function that size of the given chunk of data
* `chunk` {any}
* Returns: {number}
Expand Down