I wish to use JavaScript to list all events for all DOM nodes, some time after they have been bound. The particular target browser is FireFox, but something cross-browser would be preferred. In addition, I'm hoping for something js-framework-agnostic.
Previous questions do not appear to answer the question comprehensively, with historic questions suggesting FireBug, or a Chrome-specific function call - I would prefer something pure JavaScript.
Failing that, is it possible to hook into event listeners prior to event binds occurring?