The HTMLTrackElement.src property reflects the value of the track element's src attribute, which indicates the URL of the text track's data.
HTMLTrackElement.src
track
src
external String get src;
external set src(String value);