From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/events/abort/index.html | 69 ++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/fr/web/events/abort/index.html (limited to 'files/fr/web/events/abort') diff --git a/files/fr/web/events/abort/index.html b/files/fr/web/events/abort/index.html new file mode 100644 index 0000000000..b38b184fd9 --- /dev/null +++ b/files/fr/web/events/abort/index.html @@ -0,0 +1,69 @@ +--- +title: abort +slug: Web/Events/abort +translation_of: Web/API/HTMLMediaElement/abort_event +--- +
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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTypeDescription
target {{readonlyInline}}EventTargetThe event target (the topmost target in the DOM tree).
type {{readonlyInline}}DOMStringThe type of event.
bubbles {{readonlyInline}}BooleanWhether the event normally bubbles or not.
cancelable {{readonlyInline}}BooleanWhether the event is cancellable or not.
view {{readonlyInline}}WindowProxydocument.defaultView (window of the document)
detail {{readonlyInline}}long (float)0.
-- cgit v1.2.3-54-g00ecf