Re: [whatwg/dom] Expose EventListenerOptions to the event listener when invoked (#501)

@benjamingr @MattiasBuelens @jakearchibald @rbuckton @dmethvin I'm curious about your thoughts on this.

Apparently jQuery had this feature where you could identify the group a listener belonged to when the listener got invoked. (See https://github.com/whatwg/dom/issues/208#issuecomment-316508778.) Does something like that make sense for signals? Would that require the signal to be part of the key so you can register the same listener multiple times with different signals?

-- 
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/501#issuecomment-740537308

Received on Tuesday, 8 December 2020 10:37:03 UTC