Re: ISSUE-96: What happens if a Node StaticNodeList points to no longer exists?

Lachlan Hunt wrote:
>> ISSUE-96: What happens if a Node StaticNodeList points to no longer 
>> exists?
> 
> How can that possibly occur?  Even if the node is removed from the DOM, 
> it will still exist because the garbage collector won't delete it

That's not obvious, a priori (e.g. if the reference is not through the 
ECMAScript engine).  But I agree that the behavior should be as if the reference 
were through the ECMAScript engine.

-Boris

Received on Sunday, 22 October 2006 16:14:57 UTC