Class type Dom.​namedNodeMap

class type namedNodeMap = object..end

Specification of NamedNodeMap objects.


method getNamedItem : Js.js_string Js.t -> node Js.t Js.opt Js.meth
method setNamedItem : node Js.t -> node Js.t Js.opt Js.meth
method removeNamedItem : Js.js_string Js.t -> node Js.t Js.opt Js.meth
method item : int -> node Js.t Js.opt Js.meth
method length : int Js.readonly_prop