class type[attr]namedNodeMap =object..end
NamedNodeMap objects.method getNamedItem : Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method setNamedItem : attr Js.t -> attr Js.t Js.opt Js.meth
method removeNamedItem : Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method item : int -> attr Js.t Js.opt Js.meth
method length : int Js.readonly_prop