Can Internet Explorer leak memory?
Posted: (EET/GMT+2)
As Ajax applications are become more and more popular, it also means that software defects well-known in desktop application are starting to creep into web applications as well.
Ajax applications use JavaScript extensively, and since the language is far from type-safe and never strict enough to force good programming practices, trouble is on its way. One of the problems that surface because of this are memory leaks.
Justin Rogers has written an article about IE and JavaScript memory leaks. I recommend reading this article, since it illustrates that not even web programming is perfect, and many people have already started to learn.