Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
L'évènement durationchange
est déclenché quand l'attribut de durée est mis à jour.
General info
- Specification
- HTML5 media
- Interface
- Event
- Bubbles
- Non
- Cancelable
- Non
- Target
- Element
- Default Action
- Aucune.
Properties
Propriété | 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? |