- From: Scott Haseley <notifications@github.com>
- Date: Wed, 24 May 2023 11:00:14 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 24 May 2023 18:00:19 UTC
For https://github.com/whatwg/dom/issues/1194 (and follow-up from https://github.com/whatwg/streams/pull/1277). - Replace WritableStreamDefaultController's [[signal]] with [[abortController]], using this abort controller's signal where [[signal]] was used. Signal abort on [[abortController]] rather than the [[signal]]. - Remove the note/warning about specs not signaling abort on the WritableStream's signal, since this won't be allowed once AbortSignal's "signal abort" no longer exported. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/1279 -- Commit Summary -- * Use an AbortController instead of signaling abort on AbortSignal -- File Changes -- M index.bs (27) -- Patch Links -- https://github.com/whatwg/streams/pull/1279.patch https://github.com/whatwg/streams/pull/1279.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1279 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1279@github.com>
Received on Wednesday, 24 May 2023 18:00:19 UTC