Liking cljdoc? Tell your friends :D
ClojureScript only.

audio.AudioTrackList.ev

AudioTrackList Events.

AudioTrackList Events.
raw docstring

addtrackcljs

Event.

The addtrack event is fired when a track is added to an AudioTrackList.

See also: https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/addtrack_event

Event.

The addtrack event is fired when a track is added to an AudioTrackList.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/addtrack_event`
sourceraw docstring

changecljs

Event.

The change event is fired when an audio track is enabled or disabled, example by changing the track's enabled property.

See also: https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/change_event

Event.

The change event is fired when an audio track is enabled or disabled,
example by changing the track's enabled property.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/change_event`
sourceraw docstring

removetrackcljs

Event.

The removetrack event is fired when a track is removed from an

See also: https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/removetrack_event

Event.

The removetrack event is fired when a track is removed from an

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AudioTrackList/removetrack_event`
sourceraw docstring

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

× close