HTMLMediaElement: emptied
L'événement emptied
est déclenché lorsqu'un média est devenu vide. Par exemple, cet événement est envoyé si le média a déjà été chargé (complètement ou partiellement), et que la méthode load() est appelé pour le recharger.
Informations générales
Propriétés
Property | Type | Description |
---|---|---|
target Lecture seule |
EventTarget |
The event target (the topmost target in the DOM tree). |
type Lecture seule |
DOMString |
The type of event. |
bubbles Lecture seule |
Boolean |
Whether the event normally bubbles or not. |
cancelable Lecture seule |
Boolean |
Whether the event is cancellable or not. |
Evénements liés
playing (en-US)
waiting (en-US)
seeking (en-US)
seeked (en-US)
ended (en-US)
loadedmetadata (en-US)
loadeddata (en-US)
canplay (en-US)
canplaythrough (en-US)
durationchange (en-US)
timeupdate (en-US)
play (en-US)
pause (en-US)
ratechange (en-US)
volumechange (en-US)
suspend (en-US)
emptied (en-US)
stalled (en-US)