track property
JSObject?
get
track
The read-only track
property of
the TrackEvent interface specifies the media track object to which the
event applies.
The media track will be an AudioTrack, VideoTrack, or TextTrack object.
Implementation
external JSObject? get track;