We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ce8e0 commit f18b287Copy full SHA for f18b287
doc/api/webstreams.md
@@ -124,7 +124,10 @@ added: v16.5.0
124
* Returns: A promise fulfilled with `undefined`.
125
* `type` {string} Must be `'bytes'` or `undefined`.
126
* `autoAllocateChunkSize` {number} Used only when `type` is equal to
127
- `'bytes'`.
+ `'bytes'`. When set to a non-zero value a view buffer is automatically
128
+ allocated to `ReadableByteStreamController.byobRequest`. When not set
129
+ one must use stream's internal queues to transfer data via the default
130
+ reader `ReadableStreamDefaultReader`.
131
* `strategy` {Object}
132
* `highWaterMark` {number} The maximum internal queue size before backpressure
133
is applied.
0 commit comments