src property

String get src

The HTMLTrackElement.src property reflects the value of the track element's src attribute, which indicates the URL of the text track's data.

Implementation

external String get src;
set src (String value)

Implementation

external set src(String value);