Interface

NamedNodeMap

NamedNodeMap

A collection of Attr objects. Objects inside a NamedNodeMap are not in any particular order, unlike NodeList, although they may be accessed by an index as in an array.

View Source js/lib.dom.d.ts, line 5105