A handle to a DOM TextTrack created on the media element, plus a way to clear its cues.
Readonly
Removes all cues from the track. Must be called while the track is not disabled — TextTrack.cues reads null in the disabled state, so clearing a disabled track silently leaves its cues attached.
disabled
TextTrack.cues
A handle to a DOM TextTrack created on the media element, plus a way to clear its cues.