Bug 231628
| Summary: | [Streams API] Discard auto-allocated BYOB request on enqueue | ||
|---|---|---|---|
| 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 | ||
Mattias Buelens
Calling ReadableByteStreamController.enqueue() while there is an auto-allocated BYOB request from ReadableStreamDefaultReader.read() should discard that BYOB request.
Standard change: https://github.com/whatwg/streams/pull/1171
Tests: https://github.com/web-platform-tests/wpt/pull/31128
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84434978>