HTMLTrackElement: track property - Web APIs | MDN

Value

A TextTrack object.

Example

js

const trackElement = document.getElementById("exampleTrack");
console.dir(trackElement.track);

Specifications

Specification
HTML
# dom-track-track-dev

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.