Re: [whatwg/dom] Add a fully active check for EventTarget in event listener inner invoke (PR #1085)

In Gecko if the global of the WebIDL callback itself isn't the current one anymore, the bindings layer prevents the call.
Certain EventTarget objects do indeed disconnect themselves too when closing the relevant global (the idea is roughly that things like XHR isn't really usable one the global is gone).

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

Message ID: <whatwg/dom/pull/1085/c1192868897@github.com>

Received on Friday, 22 July 2022 19:21:14 UTC