If one made a web application that never refreshed a page but was built completely from the first page plus Javascript requests, thereby creating and destroying elements as required, would any of the browsers reuse the memory used by the obsolete dom elements?
Is this planned in any browsers yet?
I'm thinking that full blown extJS apps would be very sensitive to this kind of memory leakage.
Is there any truly effective re-use strategy to mitigate this problem?
I'm not referring to Javascript object garbage collection here, only removed DOM elements, but I'm not sure if that is essentially the same thing in the end.
It looks like Chrome does this: http://jsfiddle.net/GaPLT/1/.
Memory usage:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With