Define WritableStreamDefaultController.signal
https://bugs.webkit.org/show_bug.cgi?id=226575
Summary Define WritableStreamDefaultController.signal
yhirano
Reported 2021-06-03 05:34:30 PDT
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
Radar WebKit Bug Importer
Comment 1 2021-06-10 05:35:19 PDT
Domenic Denicola
Comment 2 2021-10-25 10:41:06 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.