package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method _URL : _URL Js.t Js.readonly_prop
method alert : Js.js_string Js.t -> unit Js.meth
method applicationCache : applicationCache Js.t Js.readonly_prop
method blur : unit Js.meth
method cancelAnimationFrame : animation_frame_request_id -> unit Js.meth
method clearInterval : interval_id -> unit Js.meth
method clearTimeout : timeout_id -> unit Js.meth
method close : unit Js.meth
method closed : bool Js.t Js.readonly_prop
method confirm : Js.js_string Js.t -> bool Js.t Js.meth
method document : document Js.t Js.readonly_prop
method focus : unit Js.meth
method frameElement : element Js.t Js.opt Js.readonly_prop
method getComputedStyle : 'a. element as 'b Js.t -> cssStyleDeclaration Js.t Js.meth
method getComputedStyle_pseudoElt : 'c. element as 'd Js.t -> Js.js_string Js.t -> cssStyleDeclaration Js.t Js.meth
method getSelection : selection Js.t Js.meth
method history : history Js.t Js.readonly_prop
method innerHeight : int Js.optdef Js.readonly_prop
method innerWidth : int Js.optdef Js.readonly_prop
method localStorage : storage Js.t Js.optdef Js.readonly_prop
method location : location Js.t Js.readonly_prop
method name : Js.js_string Js.t Js.prop
method navigator : navigator Js.t Js.readonly_prop
method onbeforeunload : (window Js.t, event Js.t) event_listener Js.prop
method onclick : (< _URL : _URL Js.t Js.readonly_prop ; alert : Js.js_string Js.t -> unit Js.meth ; applicationCache : applicationCache Js.t Js.readonly_prop ; atob : Js.js_string Js.t -> Js.js_string Js.t Js.meth ; blur : unit Js.meth ; btoa : Js.js_string Js.t -> Js.js_string Js.t Js.meth ; cancelAnimationFrame : animation_frame_request_id -> unit Js.meth ; clearInterval : interval_id -> unit Js.meth ; clearTimeout : timeout_id -> unit Js.meth ; close : unit Js.meth ; closed : bool Js.t Js.readonly_prop ; confirm : Js.js_string Js.t -> bool Js.t Js.meth ; document : document Js.t Js.readonly_prop ; focus : unit Js.meth ; frameElement : element Js.t Js.opt Js.readonly_prop ; getComputedStyle : 'f. 'b Js.t -> cssStyleDeclaration Js.t Js.meth ; getComputedStyle_pseudoElt : 'g. 'd Js.t -> Js.js_string Js.t -> cssStyleDeclaration Js.t Js.meth ; getSelection : selection Js.t Js.meth ; history : history Js.t Js.readonly_prop ; innerHeight : int Js.optdef Js.readonly_prop ; innerWidth : int Js.optdef Js.readonly_prop ; localStorage : storage Js.t Js.optdef Js.readonly_prop ; location : location Js.t Js.readonly_prop ; name : Js.js_string Js.t Js.prop ; navigator : navigator Js.t Js.readonly_prop ; onbeforeunload : (window Js.t, event Js.t) event_listener Js.prop ; onblur : (window Js.t, event Js.t) event_listener Js.prop ; onclick : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; ondblclick : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; ondrag : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragend : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragenter : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragleave : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragover : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragstart : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondrop : ('e Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; onfocus : (window Js.t, event Js.t) event_listener Js.prop ; onhashchange : (window Js.t, hashChangeEvent Js.t) event_listener Js.prop ; onkeydown : ('e Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onkeypress : ('e Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onkeyup : ('e Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onload : (window Js.t, event Js.t) event_listener Js.prop ; onmousedown : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmousemove : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseout : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseover : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseup : ('e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onoffline : (window Js.t, event Js.t) event_listener Js.writeonly_prop ; ononline : (window Js.t, event Js.t) event_listener Js.writeonly_prop ; onorientationchange : (window Js.t, event Js.t) event_listener Js.prop ; onpopstate : (window Js.t, popStateEvent Js.t) event_listener Js.prop ; onresize : (window Js.t, event Js.t) event_listener Js.prop ; onscroll : ('e Js.t, event Js.t) event_listener Js.writeonly_prop ; onunload : (window Js.t, event Js.t) event_listener Js.prop ; open_ : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> window Js.t Js.meth ; outerHeight : int Js.optdef Js.readonly_prop ; outerWidth : int Js.optdef Js.readonly_prop ; parent : window Js.t Js.readonly_prop ; print : unit Js.meth ; prompt : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; requestAnimationFrame : (float -> unit) Js.callback -> animation_frame_request_id Js.meth ; screen : screen Js.t Js.readonly_prop ; scroll : int -> int -> unit Js.meth ; scrollBy : int -> int -> unit Js.meth ; sessionStorage : storage Js.t Js.optdef Js.readonly_prop ; setInterval : (unit -> unit) Js.callback -> float -> interval_id Js.meth ; setTimeout : (unit -> unit) Js.callback -> float -> timeout_id Js.meth ; stop : unit Js.meth ; top : window Js.t Js.readonly_prop ; undoManager : undoManager Js.t Js.readonly_prop.. > as 'e Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onorientationchange : (window Js.t, event Js.t) event_listener Js.prop
method outerHeight : int Js.optdef Js.readonly_prop
method outerWidth : int Js.optdef Js.readonly_prop
method parent : window Js.t Js.readonly_prop
method print : unit Js.meth
method requestAnimationFrame : (float -> unit) Js.callback -> animation_frame_request_id Js.meth
method screen : screen Js.t Js.readonly_prop
method scroll : int -> int -> unit Js.meth
method scrollBy : int -> int -> unit Js.meth
method sessionStorage : storage Js.t Js.optdef Js.readonly_prop
method setInterval : (unit -> unit) Js.callback -> float -> interval_id Js.meth
method setTimeout : (unit -> unit) Js.callback -> float -> timeout_id Js.meth
method stop : unit Js.meth
method undoManager : undoManager Js.t Js.readonly_prop