File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2976,8 +2976,14 @@ added: v17.0.0
29762976* ` streamReadable ` {stream.Readable}
29772977* ` options ` {Object}
29782978 * ` strategy ` {Object}
2979- * ` highWaterMark ` {number}
2980- * ` size ` {Function}
2979+ * ` highWaterMark ` {number} The maximum internal queue size (of the created
2980+ ` ReadableStream ` ) before backpressure is applied in reading from the given
2981+ ` stream.Readable ` . If no value is provided, it will be taken from the
2982+ given ` stream.Readable ` .
2983+ * ` size ` {Function} A function that size of the given chunk of data.
2984+ If no value is provided, the size will be ` 1 ` for all the chunks.
2985+ * ` chunk ` {any}
2986+ * Returns: {number}
29812987* Returns: {ReadableStream}
29822988
29832989### ` stream.Writable.fromWeb(writableStream[, options]) `
You can’t perform that action at this time.
0 commit comments