length property
The HTMLCollection.length
property returns the number of
items in a HTMLCollection.
Implementation
external int get length;
set
length
(int value)
Implementation
external set length(int value);