Bug 221576
| Summary: | Streams: settle reader.[[closedPromise]] before performing close/error steps of read requests | ||
|---|---|---|---|
| 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
The Streams standard changed ReadableStreamClose and ReadableStreamError to resolve/reject reader.[[closedPromise]] before performing the close/error steps of any pending read requests.
See https://github.com/whatwg/streams/pull/1102 for details, as well as https://github.com/web-platform-tests/wpt/pull/27236 which has added and changed tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/74366465>