Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
L'événement error est déclenché lorsqu'une ressource n'a pas pu être chargée.
Informations générales
- Spécification
- DOM L3
- Interface
UIEventsi généré depuis l'interface utilisateur, SinonEvent.- Propagation
- Non
- Annulable
- Non
- Cible
Element- Action par défaut
- Aucune
Propriétés
| 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? |
view Lecture seule |
WindowProxy |
document.defaultView (window of the document) |
detail Lecture seule |
long (float) |
0. |
Voir aussi
GlobalEventHandlers.onerrorwindow.onerrorElement.onerror

