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

Web APIs Issue Tracker 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 as 
long as there is a reference to it.

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Sunday, 22 October 2006 14:19:14 UTC