- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 13 Apr 2016 01:31:03 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 13 April 2016 08:31:31 UTC
@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