- From: Scott Haseley <notifications@github.com>
- Date: Thu, 03 Feb 2022 12:01:08 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 February 2022 20:01:21 UTC
The `AbortSignal` interface was [recently changed](https://github.com/whatwg/dom/pull/1024) to be exposed everywhere (`[Exposed=*]`). But `AbortSignal.timeout()` queues a task, and IIUC this won't work with the simplified worklet event loop ([relevant discussion for `postTask`](https://github.com/WICG/scheduling-apis/pull/51#issuecomment-955039327)). Should the IDL for `AbortSignal.timeout()` just expose the method to `(Window, Worker)`? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1054 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1054@github.com>
Received on Thursday, 3 February 2022 20:01:21 UTC