DOM Events, Memory Leaks, and You
Joel Webber, Google Web Toolkit Team
Updated January 2009
Source
Javascript Closures
Closure
A "closure" is an expression (typically a function) that can have free variables together with an environment that binds those variables (that "closes" the expression).
DHTML leaks like a sieve
Source
Memory leak patterns in JavaScript
https://www.ibm.com/developerworks/web/library/wa-memleak/
JavaScript and the Document Object Model
http://www.ibm.com/developerworks/web/library/wa-jsdom/
Memory Leakage in Internet Explorer - revisited
Source
Leak Free Javascript Closures
http://laurens.vd.oever.nl/weblog/items2005/closures/
0 comments:
Post a Comment