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