See on Scoop.it – JQuery-Features
A very interesting overview of various types of memory leaks that can be caused using JavaScript. Anyone working with JavaScript should be familiar with the caveats presented in this article.
Memory leaks are unforgiving for earlier versions of IE, IE 7 and before, because the memory manager does not understand the JavaScript cycle and will not reclaim the memory until the cycles are broken explicitly …
See on nesj.net
Reblogged this on Share… What? and commented:
The best explanation of memory leaks in javascript!
Yes, I agree, the article is a good explanation of memory leaks in JavaScript.