Class type Dom.namedNodeMap

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