I'm new to HTML5 application. And I'm making in-house software. This means I can force users to use only most recent version of firefox/webkit.
I saw many documents concerning about JS memory leaks in these point:
- Circular references.
- Event handlers.
- Closures.
As I think, it's just a problem of only (old version of) IE. But I cannot sure about this. So I'm asking do I have to address this issue in my situation. If I should, what's the solution, and what's the additional issues I have to care?