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

Yeah, breaking `signal.aborted !== signal.aborted` is not something we do on the web platform. It violates the run to completion semi-invariant, which can currently only be violated by the very special object `SharedArrayBuffer`.

-- 
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-777624135

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