diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/fr/web/events/downloading | |
parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/fr/web/events/downloading')
-rw-r--r-- | files/fr/web/events/downloading/index.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/files/fr/web/events/downloading/index.html b/files/fr/web/events/downloading/index.html deleted file mode 100644 index bcb9af0622..0000000000 --- a/files/fr/web/events/downloading/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: downloading -slug: Web/Events/downloading -translation_of: Archive/Events/downloading ---- -<p>L'événement <strong>downloading</strong> est déclenché après la vérification de la mise à jour du cache d'application, si le user-agent a trouvé une mise à jour et la récupère ou télécharge les resources répertoriées par le manifeste du cache pour la première fois.</p> - -<h2 id="Informations_générales">Informations générales</h2> - -<dl> - <dt style="float: left; text-align: right; width: 120px;">Spécification</dt> - <dd style="margin: 0 0 0 120px;"><a class="external" href="https://html.spec.whatwg.org/multipage/browsers.html#offline">Offline</a></dd> - <dt style="float: left; text-align: right; width: 120px;">Interface</dt> - <dd style="margin: 0 0 0 120px;">Event</dd> - <dt style="float: left; text-align: right; width: 120px;">Ppropagation</dt> - <dd style="margin: 0 0 0 120px;">Non</dd> - <dt style="float: left; text-align: right; width: 120px;">Annulable</dt> - <dd style="margin: 0 0 0 120px;">Non</dd> - <dt style="float: left; text-align: right; width: 120px;">Cible</dt> - <dd style="margin: 0 0 0 120px;">applicationCache</dd> - <dt style="float: left; text-align: right; width: 120px;">Action par défaut</dt> - <dd style="margin: 0 0 0 120px;">Aucune</dd> -</dl> - -<h2 id="Propriétés">Propriétés</h2> - -<table class="standard-table"> - <tbody> - <tr> - <td class="header">Property</td> - <td class="header">Type</td> - <td class="header">Description</td> - </tr> - <tr> - <td><code>target {{ReadOnlyInline}}</code></td> - <td>EventTarget (DOM element)</td> - <td>La cible de l'événement ( La cible la plus haute dans l'arbre DOM).</td> - </tr> - <tr> - <td><code>type {{ReadOnlyInline}}</code></td> - <td>string</td> - <td>Le type d'événement.</td> - </tr> - <tr> - <td><code>canBubble {{ReadOnlyInline}}</code></td> - <td>boolean</td> - <td>Est-ce que l'événement se propage?</td> - </tr> - <tr> - <td><code>cancelable {{ReadOnlyInline}}</code></td> - <td>boolean</td> - <td>Est-il possible d'annuler l'événement.</td> - </tr> - </tbody> -</table> - -<h2 id="Evénements_liés">Evénements liés</h2> - -<ul> - <li>{{Event("checking")}}</li> - <li>{{Event("noupdate")}}</li> - <li>{{Event("downloading")}}</li> - <li>{{Event("progress_(appcache_event)", "progress")}}</li> - <li>{{Event("cached")}}</li> - <li>{{Event("updateready")}}</li> - <li>{{Event("obsolete")}}</li> - <li>{{Event("error_(appcache_event)", "error")}}</li> -</ul> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li><a href="/fr/docs/Offline_resources_in_Firefox">Utilisation d'Application Cache</a></li> -</ul> |