Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLTrackElement

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.
raw docstring

set-src!cljs

(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`
sourceraw docstring

srccljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close