I've got a page with different javascript framework, and I need to retrieve all the events defined.
So I'm looping through the DOM elements in order to check which one has at least one event.
Is it possible to retrieve all the events bound to a certain element in pure javascript (not using any framework) regardless the way used to bind the event to the element?
Thanks