[whatwg] Renaming Interface Window

> javascript:alert(window instanceof Window) seems to be implemented the
> same way in a number of browsers, no?

As of right now, Window is only exposed in Firefox and IE. Safari and  
Opera don't expose it. In Safari, alert(window) shows that window is an  
instance of DOMWindow though, but Webkit doesn't expose DOMWindow.

-- 
Michael

Received on Monday, 14 December 2009 14:16:32 UTC