

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is HTML5 IndexedDB and why it is used?
The indexeddb is a new HTML5 concept to store the data inside user's browser. indexeddb is more power than local storage and used for applications that require storing a large amount of the data. These applications can run more efficiently and load faster.
The W3C has announced that the Web SQL database is a deprecated local storage specification so web developer should not use this technology anymore. indexeddb is an alternative for web SQL database and more effective than older technologies.
The following are the characteristics:
- stores key-pair values
- not a relational database
- IndexedDB API is mostly asynchronous
- not a structured query language
- has supported to access the data from the same domain
- Related Questions & Answers
- What is CSS and why it is used?
- What is Vestigial side band modulation? Why is it used?
- IndexedDB in HTML5
- HTML5 IndexedDB Example
- What is an array and what is it used for?
- What is training? When and why it is needed?
- What is Selenium and why is it chosen extensively?
- What is .git folder and why is it hidden?
- What is data mining and why is it important
- What is cyber hygiene, and why is it important?
- What is ionic and how is it related with HTML5?
- What is an array and how is it used for?
- Why some organizations run fake research and how is it used?
- What is Basant/Vasant Panchami and why it is celebrated?
- What Is the Kyoto Protocol and Why Is It Important?
Advertisements