[whatwg/dom] Should AbortSignal.timeout only be exposed on (Window, Worker)? (Issue #1054)

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