pauseOnExit property
The pauseOnExit property of the TextTrackCue interface returns or
sets the flag indicating whether playback of the media should pause when
the end of the range to which this cue applies is reached.
Implementation
external bool get pauseOnExit;
Implementation
external set pauseOnExit(bool value);