Class type Js_of_ocaml__Dom.namedNodeMap
Specification of NamedNodeMap objects.
method getNamedItem : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.methmethod setNamedItem : 'node Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.methmethod removeNamedItem : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.methmethod item : int -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.methmethod length : int Js_of_ocaml.Js.readonly_prop