← Back to release summary

IndexedDB getAll() methods

Category
Offline / Storage
Type
New or changed feature
Status
Enabled by default (Chrome 48)
Intent stage
None

Summary

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

Standards & signals

Docs: 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

Samples: https://googlechrome.github.io/samples/idb-getall/index.html

View on chromestatus.com