Indexed Database API | |
Abbreviation | IndexedDB |
---|---|
Native name | Indexed Database API |
Status | First Public Working Draft |
Latest version | 3.0 11 March 2021[1] |
Preview version | Editor's Draft 11 March 2021[2] |
Organization | |
Committee | Web Applications Working Group |
Editors |
Previous editors
|
Base standards | |
Related standards | |
Domain | NoSQL databases |
Website | www |
The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of objects. It is a standard maintained by the World Wide Web Consortium (W3C).[1]
As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. Web storage has fixed limits per website, but IndexedDB limits are "usually quite large, if they exist at all".[5]
Use cases for IndexedDB include caching web application data for offline availability.[6] Some browser modules, such as devtools or extensions, may also use it for storage.
standard-v2
was invoked but never defined (see the help page).