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

@adamdbradley the idea would be `obj.addEventListener(type, callback, { group: anything })` and something like `obj.removeEventListener({ group: anything })` to get rid of it. `anything` can be any ECMAScript value, including objects. We'd simply use `===` on the value passed to see whether it's the same.

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

Received on Wednesday, 13 April 2016 08:31:31 UTC