The HTMLTrackElement interface represents an HTML web.<track>
within the DOM. This element can be used as a child of either
or web.<video>
to specify a text track containing information
as closed captions or subtitles.
The HTMLTrackElement interface represents an HTML `web.<track>` within the DOM. This element can be used as a child of either or `web.<video>` to specify a text track containing information as closed captions or subtitles.
(set-src! this val)
Property.
The HTMLTrackElement.src property reflects the value of the web.<track>
src attribute, which indicates the URL of the text track's data.
var textTrackURL = HTMLTrackElement.src;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src
Property. The HTMLTrackElement.src property reflects the value of the `web.<track>` src attribute, which indicates the URL of the text track's data. `var textTrackURL = HTMLTrackElement.src;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src`
(src this)
Property.
The HTMLTrackElement.src property reflects the value of the web.<track>
src attribute, which indicates the URL of the text track's data.
var textTrackURL = HTMLTrackElement.src;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src
Property. The HTMLTrackElement.src property reflects the value of the `web.<track>` src attribute, which indicates the URL of the text track's data. `var textTrackURL = HTMLTrackElement.src;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/src`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close