[Webkit-unassigned] [Bug 235200] New: [Readable Streams API] Reject pending reads when releasing reader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 13 13:46:18 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=235200
Bug ID: 235200
Summary: [Readable Streams API] Reject pending reads when
releasing reader
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattias.buelens at gmail.com
Previously, calling ReadableStreamDefaultReader.releaseLock() or ReadableStreamBYOBReader.releaseLock() while there are pending read() requests would throw a TypeError.
The specification has been changed to allow this case, and to reject such pending read() requests instead.
Standard change: https://github.com/whatwg/streams/pull/1168
Tests: https://github.com/web-platform-tests/wpt/pull/32072
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220113/783571a1/attachment.htm>
More information about the webkit-unassigned
mailing list