Re: [whatwg/dom] `AbortSignal.timeout()` may not abort past the timeout while performing synchronous work (Issue #1461)

annevk left a comment (whatwg/dom#1461)

You should probably queue tasks to perform your work as to not block the event loop. I could maybe see wanting to support this kind of flow in dedicated workers, but we'd probably want a dedicated API for that.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1461#issuecomment-4108631271
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1461/4108631271@github.com>

Received on Monday, 23 March 2026 07:48:16 UTC