Liking cljdoc? Tell your friends :D
ClojureScript only.

web.media.TextTrackCue

TextTrackCue is an abstract class which is used as the basis the various derived cue types, such as web.vtt.VTTCue; you instead work with those derived types.

TextTrackCue is an abstract class which is used as the basis
the various derived cue types, such as `web.vtt.VTTCue`; you
instead work with those derived types.
raw docstring

set-track!cljs

(set-track! this val)

Property.

The TextTrack that this cue belongs to, or null if it doesn't to any.

Property.

The TextTrack that this cue belongs to, or null if it doesn't
to any.
sourceraw docstring

trackcljs

(track this)

Property.

The TextTrack that this cue belongs to, or null if it doesn't to any.

Property.

The TextTrack that this cue belongs to, or null if it doesn't
to any.
sourceraw docstring

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

× close