Available on js
read onlynames:DOMStringList
read onlylength:Int
Returns the number of items in the collection.
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.
index
null