Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

IndexedDB is a Web API for storing large data structures within browsers and indexing them for high-performance searching. Like an SQL-based RDBMS, IndexedDB is a transactional database system. However, it uses JavaScript objects rather than fixed columns tables to store data.

Learn more

Document Tags and Contributors

 Contributors to this page: GoToLoop, Jeremie, Andrew_Pfeiffer, klez, kscarfone, jsx
 Last updated by: GoToLoop,