Bug 231628 - [Streams API] Discard auto-allocated BYOB request on enqueue
Summary: [Streams API] Discard auto-allocated BYOB request on enqueue
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-12 15:01 PDT by Mattias Buelens
Modified: 2021-10-19 15:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mattias Buelens 2021-10-12 15:01:11 PDT
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
Comment 1 Radar WebKit Bug Importer 2021-10-19 15:02:16 PDT
<rdar://problem/84434978>