aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/idbobjectstore/clear/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/idbobjectstore/clear/index.md')
-rw-r--r--files/fr/web/api/idbobjectstore/clear/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/idbobjectstore/clear/index.md b/files/fr/web/api/idbobjectstore/clear/index.md
index 0b373c0cd6..bba5c673f7 100644
--- a/files/fr/web/api/idbobjectstore/clear/index.md
+++ b/files/fr/web/api/idbobjectstore/clear/index.md
@@ -51,7 +51,7 @@ DBOpenRequest.onsuccess = function(event) {
};
function clearData() {
- // ouvre une transaction de lecture / écriture prête pour le nettoyage
+ // ouvre une transaction de lecture / écriture prête pour le nettoyage
var transaction = db.transaction(["toDoList"], "readwrite");
// en cas de succès de l'ouverture de la transaction
@@ -83,7 +83,7 @@ function clearData() {
| Spécification | Statut | Commentaire |
| -------------------------------------------------------------------------------------------------------- | ---------------------------- | ----------- |
-| {{SpecName('IndexedDB', '#widl-IDBObjectStore-clear-IDBRequest', 'clear()')}} | {{Spec2('IndexedDB')}} |   |
+| {{SpecName('IndexedDB', '#widl-IDBObjectStore-clear-IDBRequest', 'clear()')}} | {{Spec2('IndexedDB')}} | |
## Compatibilité avec les navigateurs