Re: [whatwg/dom] Property to distinguish whether listener is passive or no/event is preventable (#587)

Internally in Gecko Event objects do have a flag whether they are being handled by a passive listener. We could expose that to JS. It would be a rather ugly API (since Event shouldn't care or know about the listener), but perhaps practical?

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

Message ID: <whatwg/dom/issues/587/1212915645@github.com>

Received on Friday, 12 August 2022 09:31:16 UTC