aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/indexeddb_api/using_indexeddb/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/indexeddb_api/using_indexeddb/index.html')
-rw-r--r--files/es/web/api/indexeddb_api/using_indexeddb/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/indexeddb_api/using_indexeddb/index.html b/files/es/web/api/indexeddb_api/using_indexeddb/index.html
index ea9d2d879c..fe51ba9e20 100644
--- a/files/es/web/api/indexeddb_api/using_indexeddb/index.html
+++ b/files/es/web/api/indexeddb_api/using_indexeddb/index.html
@@ -1,6 +1,6 @@
---
title: Usando IndexedDB
-slug: Web/API/IndexedDB_API/Usando_IndexedDB
+slug: Web/API/IndexedDB_API/Using_IndexedDB
tags:
- API
- Almacenamiento
@@ -11,6 +11,7 @@ tags:
- Tutorial
- jsstore
translation_of: Web/API/IndexedDB_API/Using_IndexedDB
+original_slug: Web/API/IndexedDB_API/Usando_IndexedDB
---
<div class="summary">
<p>IndexedDB es una manera de almacenar datos dentro del navegador del usuario. Debido a que permite la creación de aplicaciones con habilidades de consulta enriquecidas, con independencia de la disponibilidad de la red, sus aplicaciones pueden trabajar tanto en línea como fuera de línea.</p>