A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/TextTrackCueList below:

TextTrackCueList - Web APIs | MDN

In this article Instance properties
TextTrackCueList.length Read only

An unsigned long that is the number of cues in the list.

Instance methods
TextTrackCueList.getCueById()

Returns the first TextTrackCue object with the identifier passed to it.

Examples

The HTMLMediaElement.textTracks property returns a TextTrackList object listing all of the TextTrack objects, one for each text track linked to the media. The TextTrack.cues property then returns a TextTrackCueList containing the cues for that particular track.

const video = document.getElementById("video");
video.onplay = () => {
  console.log(video.textTracks[0].cues);
};
Specifications Browser compatibility

Loading…


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.5