Login
From:
prepitaph.org
(Uncensored)
subscribe
Garbage Collection for Event Listeners | prepitaph
https://prepitaph.org/articles/event-garbage/
links
backlinks
Roast topics
Find topics
Find it!
In order to avoid memory leaks and prevent subtle bugs, we typically need to remove event listeners when the respective DOM element disappears. Except the browser already takes care of this for descendants.