In browsers, document.defaultView returns the Window object associated with , or null if none is available.
document.defaultView
null
This property is read-only.
external Window? get defaultView;