Class type Dom_html.window
Specification of window objects
inherit eventTarget
method document : document Js.t Js.readonly_propmethod applicationCache : applicationCache Js.t Js.readonly_propmethod name : Js.js_string Js.t Js.propmethod location : location Js.t Js.readonly_propmethod history : history Js.t Js.readonly_propmethod undoManager : undoManager Js.t Js.readonly_propmethod getSelection : selection Js.t Js.methmethod close : unit Js.methmethod closed : bool Js.t Js.readonly_propmethod stop : unit Js.methmethod focus : unit Js.methmethod blur : unit Js.methmethod scroll : int -> int -> unit Js.methmethod scrollBy : int -> int -> unit Js.methmethod sessionStorage : storage Js.t Js.optdef Js.readonly_propmethod localStorage : storage Js.t Js.optdef Js.readonly_propmethod top : window Js.t Js.readonly_propmethod parent : window Js.t Js.readonly_propmethod frameElement : element Js.t Js.opt Js.readonly_propmethod open_ : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> window Js.t Js.opt Js.methmethod alert : Js.js_string Js.t -> unit Js.methmethod confirm : Js.js_string Js.t -> bool Js.t Js.methmethod prompt : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod print : unit Js.methmethod setInterval : (unit -> unit) Js.callback -> float -> interval_id Js.methmethod clearInterval : interval_id -> unit Js.methmethod setTimeout : (unit -> unit) Js.callback -> float -> timeout_id Js.methmethod clearTimeout : timeout_id -> unit Js.methmethod requestAnimationFrame : (float -> unit) Js.callback -> animation_frame_request_id Js.methmethod cancelAnimationFrame : animation_frame_request_id -> unit Js.methmethod screen : screen Js.t Js.readonly_propmethod innerWidth : int Js.optdef Js.readonly_propmethod innerHeight : int Js.optdef Js.readonly_propmethod outerWidth : int Js.optdef Js.readonly_propmethod outerHeight : int Js.optdef Js.readonly_propmethod getComputedStyle : element Js.t -> cssStyleDeclaration Js.t Js.methmethod getComputedStyle_pseudoElt : element Js.t -> Js.js_string Js.t -> cssStyleDeclaration Js.t Js.methmethod atob : Js.js_string Js.t -> Js.js_string Js.t Js.methmethod btoa : Js.js_string Js.t -> Js.js_string Js.t Js.methmethod onload : (window Js.t, event Js.t) event_listener Js.propmethod onunload : (window Js.t, event Js.t) event_listener Js.propmethod onbeforeunload : (window Js.t, event Js.t) event_listener Js.propmethod onblur : (window Js.t, focusEvent Js.t) event_listener Js.propmethod onfocus : (window Js.t, focusEvent Js.t) event_listener Js.propmethod onresize : (window Js.t, event Js.t) event_listener Js.propmethod onorientationchange : (window Js.t, event Js.t) event_listener Js.propmethod onpopstate : (window Js.t, popStateEvent Js.t) event_listener Js.propmethod onhashchange : (window Js.t, hashChangeEvent Js.t) event_listener Js.propmethod ononline : (window Js.t, event Js.t) event_listener Js.writeonly_propmethod onoffline : (window Js.t, event Js.t) event_listener Js.writeonly_propmethod _URL : _URL Js.t Js.readonly_propmethod devicePixelRatio : float Js.readonly_prop