Mini Updates, Programming

JavaScript Memory Leaks | Ying’s Blog

See on Scoop.itJQuery-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

Advertisement

2 thoughts on “JavaScript Memory Leaks | Ying’s Blog”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s