aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/indexeddb_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/indexeddb_api
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/indexeddb_api')
-rw-r--r--files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html3
-rw-r--r--files/fr/web/api/indexeddb_api/browser_storage_limits_and_eviction_criteria/index.html3
-rw-r--r--files/fr/web/api/indexeddb_api/index.html3
-rw-r--r--files/fr/web/api/indexeddb_api/using_indexeddb/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
index cb05bef3fe..570ecffb43 100644
--- a/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
+++ b/files/fr/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
@@ -1,11 +1,12 @@
---
title: Les concepts basiques d'IndexedDB
-slug: Web/API/API_IndexedDB/Basic_Concepts_Behind_IndexedDB
+slug: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
tags:
- Avancé
- IndexedDB
- concepts
translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
+original_slug: Web/API/API_IndexedDB/Basic_Concepts_Behind_IndexedDB
---
<p>{{DefaultAPISidebar("IndexedDB")}}</p>
diff --git a/files/fr/web/api/indexeddb_api/browser_storage_limits_and_eviction_criteria/index.html b/files/fr/web/api/indexeddb_api/browser_storage_limits_and_eviction_criteria/index.html
index bfa95657cc..c01f34e3ef 100644
--- a/files/fr/web/api/indexeddb_api/browser_storage_limits_and_eviction_criteria/index.html
+++ b/files/fr/web/api/indexeddb_api/browser_storage_limits_and_eviction_criteria/index.html
@@ -1,6 +1,6 @@
---
title: Limites de stockage du navigateur et critères d'éviction
-slug: Web/API/API_IndexedDB/Browser_storage_limits_and_eviction_criteria
+slug: Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria
tags:
- Base de données
- IndexedDB
@@ -9,6 +9,7 @@ tags:
- Stockage
- eviction
translation_of: Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria
+original_slug: Web/API/API_IndexedDB/Browser_storage_limits_and_eviction_criteria
---
<div>{{DefaultAPISidebar("IndexedDB")}}</div>
diff --git a/files/fr/web/api/indexeddb_api/index.html b/files/fr/web/api/indexeddb_api/index.html
index 682043df0e..5e898dd530 100644
--- a/files/fr/web/api/indexeddb_api/index.html
+++ b/files/fr/web/api/indexeddb_api/index.html
@@ -1,6 +1,6 @@
---
title: IndexedDB
-slug: Web/API/API_IndexedDB
+slug: Web/API/IndexedDB_API
tags:
- API
- Avancé
@@ -8,6 +8,7 @@ tags:
- IndexedDB
- Stockage
translation_of: Web/API/IndexedDB_API
+original_slug: Web/API/API_IndexedDB
---
<p>{{DefaultAPISidebar("IndexedDB")}}</p>
diff --git a/files/fr/web/api/indexeddb_api/using_indexeddb/index.html b/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
index a8df123888..5eaa8078ee 100644
--- a/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
+++ b/files/fr/web/api/indexeddb_api/using_indexeddb/index.html
@@ -1,6 +1,6 @@
---
title: Utiliser IndexedDB
-slug: Web/API/API_IndexedDB/Using_IndexedDB
+slug: Web/API/IndexedDB_API/Using_IndexedDB
tags:
- Avancé
- Base de données
@@ -9,6 +9,7 @@ tags:
- Stockage
- Tutoriel
translation_of: Web/API/IndexedDB_API/Using_IndexedDB
+original_slug: Web/API/API_IndexedDB/Using_IndexedDB
---
<p class="summary">IndexedDB est un moyen de stocker des données de manière persistante dans un navigateur. Cela vous laisse créer des applications web avec de riches possibilités de requêtes indépendamment de la disponibilité du réseau puisque vos applications peuvent fonctionner en ligne ou hors-ligne. </p>