defaultView
In browsers, document.defaultView
returns the Window object associated with Browsing_context, or null
if none is available.
In browsers, document.defaultView
returns the Window object associated with Browsing_context, or null
if none is available.