aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html')
-rw-r--r--files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html b/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html
index da14879b31..217fc304c5 100644
--- a/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html
+++ b/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html
@@ -1,9 +1,10 @@
---
title: Usando IndexedDB
-slug: Web/API/IndexedDB_API/Usando_IndexedDB
+slug: Web/API/IndexedDB_API/Using_IndexedDB
tags:
- API IndexedDB Tutorial Avançado
translation_of: Web/API/IndexedDB_API/Using_IndexedDB
+original_slug: Web/API/IndexedDB_API/Usando_IndexedDB
---
<div class="summary">
<p>IndexedDB é uma forma de armazenar dados no navegador do usuário. Com ele você pode criar aplicações web com possibilidade de fazer query sem necessidade de conexão, suas aplicações podem funcionar tanto online quanto offline. </p>