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 ->
float ->
interval_id Js_of_ocaml__Js.methmethod clearInterval : interval_id -> unit Js_of_ocaml__Js.methmethod setTimeout : ( unit -> unit ) Js_of_ocaml__Js.callback ->
float ->
timeout_id Js_of_ocaml__Js.methmethod clearTimeout : timeout_id -> unit Js_of_ocaml__Js.methmethod requestAnimationFrame : ( float -> 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_prop