From 6772831200d14c2436aea2d0c837f40dbf12156f Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 26 Sep 2021 13:11:47 +0200 Subject: Prepare Web API section for Markdown conversion (#2464) * Remove summary classes and ids * Remove unecessary hidden * Remove useless span filled with useless attributes / ids * Remove useless font * Remove notranslate * Remove id in other elements than headings * Remove name attributes * Remove
 for JS w/ language-js class

* Remove 
 for HTML w/ language-html class

* Remove 
 for other lang w/ language-* class

* Rm highlighted line in code samples

* fix links, internal, external, absolute URLs

* missing file from last commit

* Fix styles errors apart from table + some classes

* Fix notes and warnings (+ some other :x)

* fix typo during merge which broke a doc

* aand forgot a conflict

* fix remaining classes of errors except dls and images

* Fix dls

* Fix images (deki/mozillademos) and remaining style issues

* Remove script tag from svg file

* Remove script tag from svg fileS

* Compress SVG files for CI
---
 files/fr/web/api/window/applicationcache/index.html | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

(limited to 'files/fr/web/api/window/applicationcache')

diff --git a/files/fr/web/api/window/applicationcache/index.html b/files/fr/web/api/window/applicationcache/index.html
index 1999a31f7f..7518fb40ed 100644
--- a/files/fr/web/api/window/applicationcache/index.html
+++ b/files/fr/web/api/window/applicationcache/index.html
@@ -3,28 +3,26 @@ title: Window.applicationCache
 slug: Web/API/Window/applicationCache
 translation_of: Web/API/Window/applicationCache
 ---
-
-

Important: Le cache d'application est obsolète depuis Firefox 44, et n'est plus disponible dans un contexte non sécurisé depuis Firefox 60 ({{bug(1354175)}}, actuellemet Nightly/Beta seulement). Ne pas l'utiliser sur des sites hors lignes — envisager l'utilisation de service workers à la place.

+
+

Attention : Le cache d'application est obsolète depuis Firefox 44, et n'est plus disponible dans un contexte non sécurisé depuis Firefox 60 ({{bug(1354175)}}, actuellemet Nightly/Beta seulement). Ne pas l'utiliser sur des sites hors lignes — envisager l'utilisation de service workers à la place.

{{APIRef}}

-

Sommaire

-

Retourne une référence à l'objet du cache d'application pour la fenêtre.

-

Syntaxe

+

Syntaxe

cache = window.applicationCache
 
-

Paramètres

+

Paramètres

  • cache est une référence objet pour un {{domxref("OfflineResourceList")}}.
-

Spécification

+

Spécification

  • {{spec("http://www.w3.org/TR/2008/WD-html5-20080122/#appcache","HTML 5","WD")}}
  • -- cgit v1.2.3-54-g00ecf