Methods

getValues ():Array<Dynamic>

Throws:

null

DOMError

Inherited Variables

Defined by NodeList

read onlylength:Int

The number of nodes in the NodeList.

Inherited Methods

Defined by NodeList

item (index:Int):Node

Returns an item in the list by its index, or null if the index is out-of-bounds; can be used as an alternative to simply accessing nodeList[idx] (which instead returnsĀ  undefined when idx is out-of-bounds).