Quantcast
Channel: JQuery-Features | Scoop.it
Viewing all articles
Browse latest Browse all 63

JavaScript Memory Leaks | Ying's Blog

$
0
0

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 ...




Viewing all articles
Browse latest Browse all 63

Trending Articles