pauseOnExit property

bool get pauseOnExit

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;
set pauseOnExit (bool value)

Implementation

external set pauseOnExit(bool value);