NodeList

See: https://developer.mozilla.org/en-US/docs/Web/API/NodeList

new NodeList(staticList, updater)

Creates an instance of NodeList.

Param
Type
staticList
\*
updater
\*

nodeList.length : number

Read only

nodeList.item(index)

Param
Type
index
number

nodeList.keys()

nodeList.values()

nodeList.entries()

nodeList.forEach(callback)

Param
Type
callback
\*