staticread onlywrite onlyconsole:Console
Shortcut to Window.console.
staticread onlywrite onlydocument:HTMLDocument
Shortcut to Window.document.
staticread onlywrite onlylocation:Location
Shortcut to Window.location.
staticread onlywrite onlynavigator:Navigator
Shortcut to Window.navigator.
staticread onlywrite onlysupported:Bool
True if a window object exists, false otherwise.
This can be used to check if the code is being executed in a non-browser environment such as node.js.
staticread onlywrite onlywindow:Window
The global window object.
staticalert (v:Dynamic):Void
Display an alert message box containing the given message. See also Window.alert().
Window.alert()