- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 05 Feb 2025 22:30:43 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 February 2025 06:30:47 UTC
I want to use this for a spec which can abort for both internal reasons and from a developer- provided AbortSignal. I create a dependent abort signal from the internal abort signal and the developer-provided one, and "signal abort" on the internal one appropriately. Then the rest of the spec can just worry about the dependent one. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/1354 -- Commit Summary -- * Meta: export "signal abort" -- File Changes -- M dom.bs (4) -- Patch Links -- https://github.com/whatwg/dom/pull/1354.patch https://github.com/whatwg/dom/pull/1354.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1354 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1354@github.com>
Received on Thursday, 6 February 2025 06:30:47 UTC