Google News
logo
JavaScript IndexedDB - Interview Questions
What is JavaScript indexedDB?
* IndexedDB is a large-scale object store built into the browser.

* The IndexedDB allows you to persistently store the data using key-value pairs.

* The values can be any JavaScript type including boolean, number, string, undefined, null, date, object, array, regex, blob, and files.
Advertisement