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

It would be nice if we could make `removeEventListener()` return a value indicating if anything was removed.  A Boolean or integer count, for example.

Maybe this is orthogonal, but it could help developers figure out if they are matching listeners like they intended.

I guess returning `undefined` could be some compat requirement, though.

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

Received on Monday, 26 June 2017 20:28:59 UTC