Re: [whatwg/dom] Removing event listeners through an identifier (#208)

@RByers Being able to group many event listeners through one common identifier sounds great, and I see the value of it because you're not tracking anything at all.

> using some group identifier (possibly an object, not just a string) is probably easier 

So to remove a group, would it have to strictly be the same object that was used in the addEventListener, or is it any object but with the same string value for `class`?


---
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/208#issuecomment-209181700

Received on Wednesday, 13 April 2016 01:37:24 UTC