- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 30 Oct 2020 02:10:45 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 October 2020 09:10:58 UTC
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