memory leak

Finally, the alternative fix for IE6’s memory leak is available

Some languages suggest that using try….finally block statement may help to prevent the memory leak, and this rule apply to JScript in IE, too.

http://www.hedgerwow.com/360/dhtml/ie6_memory_leak_fix/

JavaScript
IE only
memory leak

Comments (0)

Permalink

Purging Event Listeners for Internet Explorer

Interesting facts about Element.clearAttributes();

http://www.hedgerwow.com/360/dhtml/ie6-clear-memory-leak/demo.php

JavaScript
IE only
memory leak
Dom Event

Comments (1)

Permalink