Liking cljdoc? Tell your friends :D

web.media.HTMLMediaElement.ev

HTMLMediaElement Events.

HTMLMediaElement Events.
raw docstring

abortcljs

Event.

The abort event is fired when the resource was not fully loaded, not as the result of an error.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/abort_event

Event.

The abort event is fired when the resource was not fully loaded,
not as the result of an error.

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

canplaycljs

Event.

The canplay event is fired when the user agent can play the media, estimates that not enough data has been loaded to play the media to its end without having to stop for further buffering of content.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canplay_event

Event.

The canplay event is fired when the user agent can play the media,
estimates that not enough data has been loaded to play the media
to its end without having to stop for further buffering of content.

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

canplaythroughcljs

Event.

The canplaythrough event is fired when the user agent can play media, and estimates that enough data has been loaded to play media up to its end without having to stop for further buffering content.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canplaythrough_event

Event.

The canplaythrough event is fired when the user agent can play
media, and estimates that enough data has been loaded to play
media up to its end without having to stop for further buffering
content.

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

durationchangecljs

Event.

The durationchange event is fired when the duration attribute been updated.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/durationchange_event

Event.

The durationchange event is fired when the duration attribute
been updated.

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

emptiedcljs

Event.

The emptied event is fired when the media has become empty; for this event is sent if the media has already been loaded (or partially and the load() method is called to reload it.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/emptied_event

Event.

The emptied event is fired when the media has become empty; for
this event is sent if the media has already been loaded (or partially
and the load() method is called to reload it.

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

endedcljs

Event.

The ended event is fired when playback or streaming has stopped the end of the media was reached or because no further data is

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ended_event

Event.

The ended event is fired when playback or streaming has stopped
the end of the media was reached or because no further data is

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

errorcljs

Event.

The error event is fired when the resource could not be loaded to an error (for example, a network connectivity problem).

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/error_event

Event.

The error event is fired when the resource could not be loaded
to an error (for example, a network connectivity problem).

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

loadeddatacljs

Event.

The loadeddata event is fired when the frame at the current playback of the media has finished loading; often the first frame.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loadeddata_event

Event.

The loadeddata event is fired when the frame at the current playback
of the media has finished loading; often the first frame.

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

loadedmetadatacljs

Event.

The loadedmetadata event is fired when the metadata has been

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loadedmetadata_event

Event.

The loadedmetadata event is fired when the metadata has been

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

loadstartcljs

Event.

The loadstart event is fired when the browser has started to a resource.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loadstart_event

Event.

The loadstart event is fired when the browser has started to
a resource.

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

pausecljs

Event.

The pause event is sent when a request to pause an activity is and the activity has entered its paused state, most commonly the media has been paused through a call to the element's pause()

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/pause_event

Event.

The pause event is sent when a request to pause an activity is
and the activity has entered its paused state, most commonly
the media has been paused through a call to the element's `pause()`

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

playcljs

Event.

The play event is fired when the paused property is changed from to false, as a result of the play method, or the autoplay attribute.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play_event

Event.

The play event is fired when the paused property is changed from
to false, as a result of the play method, or the autoplay attribute.

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

playingcljs

Event.

The playing event is fired when playback is ready to start after been paused or delayed due to lack of data.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playing_event

Event.

The playing event is fired when playback is ready to start after
been paused or delayed due to lack of data.

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

progresscljs

Event.

The progress event is fired periodically as the browser loads resource.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/progress_event

Event.

The progress event is fired periodically as the browser loads
resource.

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

ratechangecljs

Event.

The ratechange event is fired when the playback rate has changed.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ratechange_event

Event.

The ratechange event is fired when the playback rate has changed.

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

seekedcljs

Event.

The seeked event is fired when a seek operation completed, the playback position has changed, and the Boolean seeking attribute changed to false.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeked_event

Event.

The seeked event is fired when a seek operation completed, the
playback position has changed, and the Boolean seeking attribute
changed to false.

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

seekingcljs

Event.

The seeking event is fired when a seek operation starts, meaning Boolean seeking attribute has changed to true and the media is a new position.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeking_event

Event.

The seeking event is fired when a seek operation starts, meaning
Boolean seeking attribute has changed to true and the media is
a new position.

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

stalledcljs

Event.

The stalled event is fired when the user agent is trying to fetch data, but data is unexpectedly not forthcoming.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/stalled_event

Event.

The stalled event is fired when the user agent is trying to fetch
data, but data is unexpectedly not forthcoming.

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

suspendcljs

Event.

The suspend event is fired when media data loading has been suspended.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/suspend_event

Event.

The suspend event is fired when media data loading has been suspended.

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

timeupdatecljs

Event.

The timeupdate event is fired when the time indicated by the attribute has been updated.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/timeupdate_event

Event.

The timeupdate event is fired when the time indicated by the
attribute has been updated.

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

volumechangecljs

Event.

The volumechange event is fired when the volume has changed.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volumechange_event

Event.

The volumechange event is fired when the volume has changed.

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

waitingcljs

Event.

The waiting event is fired when playback has stopped because a temporary lack of data.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/waiting_event

Event.

The waiting event is fired when playback has stopped because
a temporary lack of data.

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

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

× close