sys::Obj dom::Window
@js
Window models the DOM window object.
static native Void alert(Obj obj)
Display a modal message box with the given text.
static native Void hyperlink(Uri uri)
Hyperlink to the given URI in this window.
new make()
Private ctor.
static native Uri uri()
Get the URI for this window.