L'événement abort est déclenché lorsque le chargement d'une resource a été interrompu.
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. |
view Lecture seule |
WindowProxy |
document.defaultView (window of the document) |
detail Lecture seule |
long (float ) |
0. |