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