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

@annevk you're right, it should; will update the OP.

I think a reasonable argument could be made for any of `DOMException`, `Promise`, `AbortSignal`, or `AbortController`. Just in terms of what code the author writes, `DOMException.ignoreAborts()` seems pretty clean to me. Also it's a bit nicer in reducing coupling; right now `AbortSignal` doesn't "know" about `DOMException`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/933#issuecomment-719618299

Received on Friday, 30 October 2020 15:24:15 UTC