Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

abort

L'événement abort est déclenché lorsque le chargement d'une resource a été interrompu.
 

Informations générales

Spécification
DOM L3
Interface
UIEvent si généré à partir de l'interface utilisateur sinon, Event.
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.

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : Kalwyn
 Dernière mise à jour par : Kalwyn,