IndexedDB 2.0 introduces a few APIs that optimize some database access patterns and improve programming ergonomics. Chrome will support the full standard by shipping the following features: support for binary keys, object store and index renaming, getKey() on IDBObjectStore, getPrimaryKey() on IDBIndex.
Demos
- https://hacks.mozilla.org/2016/10/whats-new-in-indexeddb-2-0/
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/name
- https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/name
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getKey
- https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/continuePrimaryKey
Documentation
- https://hacks.mozilla.org/2016/10/whats-new-in-indexeddb-2-0/
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/name
- https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/name
- https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getKey
- https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/continuePrimaryKey
Specification
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 58
- Chrome for Android release 58
- Android WebView release 58
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
- Positive
Owners
Search tags
indexeddb, offline, database,Last updated on 2020-11-09