window.NodeList
See: https://developer.mozilla.org/en-US/docs/Web/API/NodeList
NodeList(staticList, updater)
Creates an instance of NodeList.
| Param | Type |
|---|---|
staticList | * |
updater | * |
length : number
Read only
item(index)
Returns: Node
| Param | Type |
|---|---|
index | number |
keys()
values()
entries()
forEach(callback)
| Param | Type |
|---|---|
callback | * |