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

Shouldn't `throw new TypeError();` be `return Promise.reject(new TypeError())` or some such? I wonder if this static should be on `AbortSignal` or `AbortController` instead  as it directly relates to them.

-- 
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-719435588

Received on Friday, 30 October 2020 09:10:58 UTC