From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../fr/web/api/window/applicationcache/index.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/fr/web/api/window/applicationcache/index.html (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 new file mode 100644 index 0000000000..1999a31f7f --- /dev/null +++ b/files/fr/web/api/window/applicationcache/index.html @@ -0,0 +1,37 @@ +--- +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.

+
+ +

{{APIRef}}

+ +

Sommaire

+ +

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

+ +

Syntaxe

+ +
cache = window.applicationCache
+
+ +

Paramètres

+ + + +

Spécification

+ + + +

Voir aussi

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