Bug 226575
| Summary: | Define WritableStreamDefaultController.signal | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | yhirano |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | d, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
yhirano
Define the property to signal abort to UnderlyingSink even
when it has a pending write or close operation.
https://github.com/whatwg/streams/issues/1015
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/79134522>
Domenic Denicola
FYI: we have changed the API here slightly to no longer include an abortReason property; instead the reason will be exposed on the signal itself, per https://github.com/whatwg/dom/pull/1027.