Skip to content

Commit

Permalink
doc: include context on .toWeb() parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
debadree25 committed Feb 11, 2023
1 parent f466fe5 commit d71bb33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3005,8 +3005,12 @@ added: v17.0.0
* `streamReadable` {stream.Readable}
* `options` {Object}
* `strategy` {Object}
* `highWaterMark` {number}
* `size` {Function}
* `highWaterMark` {number} The maximum internal queue size (of the created
`ReadableStream`) before backpressure is applied in reading from the given
`stream.Readable`.
* `size` {Function} A function that size of the given chunk of data
* `chunk` {any}
* Returns: {number}
* Returns: {ReadableStream}

### `stream.Writable.fromWeb(writableStream[, options])`
Expand Down

0 comments on commit d71bb33

Please sign in to comment.