Variables

Methods

Inherited Variables

Defined by HTMLCollection

read onlylength:Int

Returns the number of items in the collection.

Inherited Methods

Defined by HTMLCollection

item(index:Int):Element

Returns the specific node at the given zero-based index into the list. Returns null if the index is out of range.