Personal tools
You are here: Home ブログ uchida IEのattachEventでメモリリークする件で
« January 2011 »
Su Mo Tu We Th Fr Sa
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          
Categories
JavaScript
Go
Ada
Delphi
junk
 
Document Actions

IEのattachEventでメモリリークする件で

http://groups.google.com/group/closure-library-discuss/browse_thread/thread/9861a8a49a277b0b

prototype.js、jQuery、uupaa.jsではunload時に自動でdetachEventしてくれるけどClosure Libraryはしてくれないので自分でやる必要がある。
IE6なんかだと結構パフォーマンスにも効いてきます。

if (goog.userAgent.IE) {
goog.events.listen(window, goog.events.EventType.UNLOAD, function() {
goog.events.removeAll();
});
}
Category(s)
JavaScript
The URL to Trackback this entry is:
http://dev.ariel-networks.com/Members/uchida/ie306eattachevent30e130e230ea30ea30fc30af3059308b4ef6/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image


Copyright(C) 2001 - 2006 Ariel Networks, Inc. All rights reserved.