Dom_html.windowSpecification of window objects
inherit eventTargetmethod document : document Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod applicationCache : applicationCache Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.readonly_propmethod location : location Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod history : history Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod undoManager : undoManager Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.readonly_propmethod getSelection : selection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod sessionStorage : storage Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef
Js_of_ocaml__.Js.readonly_propmethod localStorage : storage Js_of_ocaml__.Js.t Js_of_ocaml__.Js.optdef
Js_of_ocaml__.Js.readonly_propmethod top : window Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod parent : window Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod frameElement : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod open_ : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt ->
window Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.methmethod setInterval : (unit -> unit) Js_of_ocaml__.Js.callback ->
Js_of_ocaml__.Js.number_t ->
interval_id Js_of_ocaml__.Js.methmethod clearInterval : interval_id -> unit Js_of_ocaml__.Js.methmethod setTimeout : (unit -> unit) Js_of_ocaml__.Js.callback ->
Js_of_ocaml__.Js.number_t ->
timeout_id Js_of_ocaml__.Js.methmethod clearTimeout : timeout_id -> unit Js_of_ocaml__.Js.methmethod requestAnimationFrame : (Js_of_ocaml__.Js.number_t ->
unit)
Js_of_ocaml__.Js.callback ->
animation_frame_request_id Js_of_ocaml__.Js.methmethod cancelAnimationFrame : animation_frame_request_id ->
unit Js_of_ocaml__.Js.methmethod screen : screen Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod getComputedStyle : element Js_of_ocaml__.Js.t ->
cssStyleDeclaration Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getComputedStyle_pseudoElt : element Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
cssStyleDeclaration Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod onload : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onunload : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onbeforeunload : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onblur : (window Js_of_ocaml__.Js.t, focusEvent Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onfocus : (window Js_of_ocaml__.Js.t, focusEvent Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onresize : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onorientationchange : (window Js_of_ocaml__.Js.t,
event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onpopstate : (window Js_of_ocaml__.Js.t,
popStateEvent Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod onhashchange : (window Js_of_ocaml__.Js.t,
hashChangeEvent Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.propmethod ononline : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.writeonly_propmethod onoffline : (window Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t)
event_listener
Js_of_ocaml__.Js.writeonly_propmethod _URL : _URL Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod matchMedia : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
mediaQueryList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth