= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package js_of_ocaml
-
js_of_ocaml
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Specification of Document
objects.
inherit node
method documentElement : 'element Js.t Js.readonly_prop
method createDocumentFragment : 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 createTextNode : Js.js_string Js.t -> text Js.t Js.meth
method createAttribute : Js.js_string Js.t -> attr Js.t Js.meth
method createComment : Js.js_string Js.t -> comment Js.t Js.meth
method getElementById : Js.js_string Js.t -> 'element Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t ->
'element nodeList Js.t Js.meth