package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method activeElement : element Js.t Js.opt Js.readonly_prop
method adoptNode : Dom.element Js.t -> element Js.t Js.meth
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method body : bodyElement Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method close : unit Js.meth
method compareDocumentPosition : Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method createAttribute : Js.js_string Js.t -> Dom.attr Js.t Js.meth
method createComment : Js.js_string Js.t -> Dom.comment Js.t Js.meth
method createDocumentFragment : Dom.documentFragment Js.t Js.meth
method createElement : Js.js_string Js.t -> element Js.t Js.meth
method createElementNS : Js.js_string Js.t -> Js.js_string Js.t -> element Js.t Js.meth
method createRange : range Js.t Js.meth
method createTextNode : Js.js_string Js.t -> Dom.text Js.t Js.meth
method designMode : Js.js_string Js.t Js.prop
method documentElement : element Js.t Js.readonly_prop
method domain : Js.js_string Js.t Js.prop
method execCommand : Js.js_string Js.t -> bool Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method firstChild : Dom.node Js.t Js.opt Js.prop
method getElementById : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method getElementsByClassName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method getElementsByTagName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method hasChildNodes : bool Js.t Js.meth
method head : headElement Js.t Js.prop
method importNode : Dom.element Js.t -> bool Js.t -> element Js.t Js.meth
method insertBefore : Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lastChild : Dom.node Js.t Js.opt Js.prop
method lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeType : Dom.nodeType Js.readonly_prop
method onclick : (< _URL : Js.js_string Js.t Js.readonly_prop ; activeElement : element Js.t Js.opt Js.readonly_prop ; adoptNode : Dom.element Js.t -> element Js.t Js.meth ; anchors : element collection Js.t Js.readonly_prop ; appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth ; applets : element collection Js.t Js.readonly_prop ; body : bodyElement Js.t Js.prop ; childNodes : Dom.node Dom.nodeList Js.t Js.prop ; cloneNode : bool Js.t -> Dom.node Js.t Js.meth ; close : unit Js.meth ; compareDocumentPosition : Dom.node Js.t -> Dom.DocumentPosition.t Js.meth ; cookie : Js.js_string Js.t Js.prop ; createAttribute : Js.js_string Js.t -> Dom.attr Js.t Js.meth ; createComment : Js.js_string Js.t -> Dom.comment Js.t Js.meth ; createDocumentFragment : Dom.documentFragment Js.t Js.meth ; createElement : Js.js_string Js.t -> element Js.t Js.meth ; createElementNS : Js.js_string Js.t -> Js.js_string Js.t -> element Js.t Js.meth ; createRange : range Js.t Js.meth ; createTextNode : Js.js_string Js.t -> Dom.text Js.t Js.meth ; designMode : Js.js_string Js.t Js.prop ; documentElement : element Js.t Js.readonly_prop ; domain : Js.js_string Js.t Js.prop ; execCommand : Js.js_string Js.t -> bool Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth ; firstChild : Dom.node Js.t Js.opt Js.prop ; forms : formElement collection Js.t Js.readonly_prop ; getElementById : Js.js_string Js.t -> element Js.t Js.opt Js.meth ; getElementsByClassName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth ; getElementsByTagName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth ; hasChildNodes : bool Js.t Js.meth ; head : headElement Js.t Js.prop ; images : imageElement collection Js.t Js.readonly_prop ; importNode : Dom.element Js.t -> bool Js.t -> element Js.t Js.meth ; insertBefore : Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth ; lastChild : Dom.node Js.t Js.opt Js.prop ; links : element collection Js.t Js.readonly_prop ; lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; namespaceURI : Js.js_string Js.t Js.opt Js.prop ; nextSibling : Dom.node Js.t Js.opt Js.prop ; nodeName : Js.js_string Js.t Js.readonly_prop ; nodeType : Dom.nodeType Js.readonly_prop ; nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop ; onclick : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; ondblclick : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; ondrag : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragend : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragenter : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragleave : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragover : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondragstart : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; ondrop : ('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop ; onkeydown : ('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onkeypress : ('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onkeyup : ('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop ; onmousedown : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmousemove : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseout : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseover : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onmouseup : ('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop ; onscroll : ('a Js.t, event Js.t) event_listener Js.writeonly_prop ; open_ : unit Js.meth ; parentNode : Dom.node Js.t Js.opt Js.prop ; previousSibling : Dom.node Js.t Js.opt Js.prop ; querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth ; querySelectorAll : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth ; readyState : Js.js_string Js.t Js.readonly_prop ; referrer : Js.js_string Js.t Js.readonly_prop ; removeChild : Dom.node Js.t -> Dom.node Js.t Js.meth ; replaceChild : Dom.node Js.t -> Dom.node Js.t -> Dom.node Js.t Js.meth ; title : Js.js_string Js.t Js.prop ; write : Js.js_string Js.t -> unit Js.meth.. > as 'a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method open_ : unit Js.meth
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method readyState : Js.js_string Js.t Js.readonly_prop
method removeChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method replaceChild : Dom.node Js.t -> Dom.node Js.t -> Dom.node Js.t Js.meth
method title : Js.js_string Js.t Js.prop
method write : Js.js_string Js.t -> unit Js.meth