Bug 264731
| Summary: | Streams: add ReadableStreamBYOBReader.prototype.read(view, { min }) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mattias Buelens <mattias.buelens> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=283065 | ||
Mattias Buelens
The Streams specification has been updated to add an optional `min` option to `byobReader.read(view)`. When the `min` option is given, the read will only be fulfilled as soon as `min` number of elements are available in the stream.
Specification: https://github.com/whatwg/streams/pull/1145
Tests: https://github.com/web-platform-tests/wpt/pull/29723
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118646139>