Search code examples
event-listenerfirefox-developer-tools

How to remove event listeners in Firefox debugger?


Firefox has a feature in debugger that lists events for nodes - here's a help article for it.

image description

For unclear reasons, I can't find a way to remove any of those listeners. How do I do that?


Solution

  • The same feature is there from the inspector in Chrome, but as you say not in (newish) DevTools in Firefox.

    Before DevTools, it was there in Firebug (screenshot), but the issue to port it across has been open for 3 years.