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/checking/index.html | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/fr/web/events/checking/index.html (limited to 'files/fr/web/events/checking') diff --git a/files/fr/web/events/checking/index.html b/files/fr/web/events/checking/index.html new file mode 100644 index 0000000000..4260ed04cf --- /dev/null +++ b/files/fr/web/events/checking/index.html @@ -0,0 +1,74 @@ +--- +title: checking +slug: Web/Events/checking +translation_of: Archive/Events/checking +--- +

L'événement checking est déclenché lorsque le user agent recherche une mise à jour ou tente de télécharger le manifeste de cache pour la première fois

+ +

Informations générales

+ +
+
Spécification
+
Offline
+
Interface
+
Event
+
Propagation
+
Non
+
Annulable
+
Non
+
Cible
+
applicationCache
+
Action par défaut
+
Aucune
+
+ +

Propriétés

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTypeDescription
target {{ReadOnlyInline}}EventTarget (DOM element)La cible de l'événement (la plus haute cible dans l'arbre du DOM).
type {{ReadOnlyInline}}stringLe type de l'événement.
canBubble {{ReadOnlyInline}}booleanEst-ce que l'événement se propage?
cancelable {{ReadOnlyInline}}booleanEst-il possible d'annuler l'événement?
+ +

Evénements liés

+ + + +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf