Re: [whatwg/dom] Expose an `aborted` promise on AbortSignal? (#946)

One issue with `signal.race` is you still need to 'assert' that `signal.aborted` is false before starting the async action. This is important for things that can't be actually be aborted, such as `import(module)`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/946#issuecomment-847140057

Received on Monday, 24 May 2021 15:49:41 UTC