Web Streams: support ReadableStreamBYOBReader.prototype.read(view, { min })
#50706
Labels
ReadableStreamBYOBReader.prototype.read(view, { min })
#50706
The Streams specification has been updated to add an optional
min
option tobyobReader.read(view)
. When themin
option is given, the read will only be fulfilled as soon asmin
number of elements are available in the stream.Specification: https://streams.spec.whatwg.org/#byob-reader-read
Specification change: whatwg/streams#1145
Tests: web-platform-tests/wpt#29723
The text was updated successfully, but these errors were encountered: