- From: Adam Bradley <notifications@github.com>
- Date: Tue, 12 Apr 2016 18:33:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 13 April 2016 01:37:24 UTC
@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