length property
int
get
length
The read-only TextTrackList
property length returns the number of entries in the
TextTrackList, each of which is a TextTrack representing
one track in the media element.
A value of 0 indicates that there are no text tracks in the media.
Implementation
external int get length;