- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 30 Oct 2020 08:24:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 October 2020 15:24:15 UTC
@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