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

A suggestion from @adamdbradley that I did not explicitly address was making the identifier global. I would prefer not doing that as that means we need to globally keep track of these listeners, whereas currently they're always neatly scoped to an object.

The only remaining question here in my mind is whether we should overload `removeEventListener()` as I described above or add a new method, `deleteEventListener()` (JavaScript's Set uses add/delete). The latter would make feature testing a little easier and align DOM a bit more with JavaScript's naming scheme.

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

Received on Friday, 15 April 2016 13:52:34 UTC