Class type Dom_html.document
inherit element Js_of_ocaml.Dom.documentinherit nodeSelectorinherit eventTarget
method title : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod referrer : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod domain : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod _URL : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod head : headElement Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod body : bodyElement Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod documentElement : htmlElement Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod images : imageElement collection Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod applets : element collection Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod links : element collection Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod forms : formElement collection Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod anchors : element collection Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod cookie : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod designMode : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod open_ : unit Js_of_ocaml.Js.methmethod close : unit Js_of_ocaml.Js.methmethod write : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod execCommand : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> bool Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.opt -> unit Js_of_ocaml.Js.methmethod createRange : range Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod readyState : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod getElementsByClassName : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> element Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod getElementsByName : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> element Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod activeElement : element Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.readonly_prop
inherit eventTarget