javascript addEventListener memory-leaks question

Posted by null_radix on Stack Overflow See other posts from Stack Overflow or by null_radix
Published on 2010-04-13T16:22:15Z Indexed on 2010/04/13 16:23 UTC
Read the original article Hit count: 327

Filed under:
|

If I use addEventListener to register an event on a element, then delete the element without removing the event could I create a memory leak by doing this repeatedly?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about memory-leaks