Is there any possibility to execute some custom js code when some object instance is going to be collected by GC in IE9? Maybe DOM nodes can afford this functionality somehow?
I'm trying to build some interop library and need to find a way of controlling object instances lifetimes...