Re: [whatwg/webidl] Proposal: DOMException.ignoreAborts(promise) (#933)

> It's kind of weird that you have to use `signal` twice, though. 😕

I think in most cases you would only bother with it at the same level you create the `AbortSignal`, i.e. if you're just using a delegated signal you didn't create you'd usually just want to delegate error handling to the caller (as they raised the error).

-- 
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/webidl/issues/933#issuecomment-976425616

Received on Tuesday, 23 November 2021 11:32:20 UTC