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

Samual Sam
Samual Sam

Learning faster. Every day.

Updated on: 29-Jan-2020

108 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements