Indexed Database API | |
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 | JSON |
Related standards | Web SQL Database |
Domain | NoSQL databases |
Abbreviation | IndexedDB |
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 JSON 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".[4]
Use cases for IndexedDB include caching web application data for offline availability.[5] Some browser modules, such as devtools or extensions, may also use it for storage.
Support for IndexedDB was added to Firefox version 4,[6]Google Chrome version 11,[7]Internet Explorer version 10,[8]Safari version 8,[9] and Microsoft Edge version 12.[10]
Web SQL Database was a prior API developed by Apple.[11] But Firefox refused to add support for it and argued against it becoming a standard because it would codify the quirks of SQLite.[12][13] It was thus deprecated in favor of IndexedDB.[14]
IndexedDB 1.0 became a W3C Recommendation on January 8th, 2015.[15]IndexedDB 2.0 became a W3C Recommendation on January 30th, 2018.[16][3]IndexedDB 3.0 is currently a First Public Working Draft.[1]
By: Wikipedia.org
Edited: 2021-06-18 12:38:10
Source: Wikipedia.org