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

@mkay581 the main difference is that with `removeEventListener()` the three-argument signature no longer makes sense with this feature. Since the event type and the callback are already taken care of by the group identifier. So the question then is whether you go for the awkward argument-meaning depends on the number of arguments, or a new method that does not have that problem.

---
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-217811074

Received on Monday, 9 May 2016 08:57:11 UTC