package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit nodeSelector
inherit eventTarget
method title : Js.js_string Js.t Js.prop
method domain : Js.js_string Js.t Js.prop
method head : headElement Js.t Js.prop
method body : bodyElement Js.t Js.prop
method documentElement : htmlElement Js.t Js.readonly_prop
method designMode : Js.js_string Js.t Js.prop
method open_ : unit Js.meth
method close : unit Js.meth
method write : Js.js_string Js.t -> unit Js.meth
method execCommand : Js.js_string Js.t -> bool Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method createRange : range Js.t Js.meth
method readyState : Js.js_string Js.t Js.readonly_prop
method getElementsByClassName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method getElementsByName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method activeElement : element Js.t Js.opt Js.readonly_prop
inherit eventTarget