Re: [whatwg/dom] Allow postMessage-ing AbortSignal (#948)

> Web APIs that accept AbortSignal could already observe such behaviour if they wanted to

That isn't true? `aborted` can only be observed on the main thread, and if author JavaScript is running on the main thread, then web API browser code cannot be.

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

Received on Thursday, 11 February 2021 16:35:42 UTC