Have any browsers implemented the DOM3 EventListenerList?
For those looking for a practical solution, see: How to find event listeners on a DOM node when debugging or from the JavaScript code? EventListenerList was in some old draft of DOM 3 Events and was long removed from the spec. As far as I know, at least Gecko still doesn’t have anything like this … Read more