Indexed DB "batched get" APIs and two other methods that have been implemented in FF for some time * IDBObjectStore.getAll() * IDBObjectStore.getAllKeys() * IDBIndex.getAll() * IDBIndex.getAllKeys() * IDBObjectStore.openKeyCursor() * IDBTransaction.objectStoreNames
Demo
Documentation
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAllKeys
- https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getAll
- https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/getAllKeys
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/openKeyCursor
- https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/objectStoreNames
Specification
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 48
- Chrome for Android release 48
- Android WebView release 48
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- Shipped/Shipping
- No signal
- Shipped/Shipping
- Strongly positive
Owner
Search tags
indexed db, indexeddb, idb, database, getall, getallkeys, objectstorenames, openkeycursor, v2,Last updated on 2020-11-09
Comments
Shipping in FF44: https://developer.mozilla.org/en-US/Firefox/Releases/44