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

@annevk you're right, there's nothing magic about them, I just don't like using strings as identifiers.
I'd prefer something like `obj.addEventListener("click", ..., { class: Obj.eventClasses.CLICKER })`, but that's for a different typed/untyped discussion.
I'm completely fine with @domenic's explanation



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

Received on Saturday, 9 April 2016 11:46:05 UTC