You can use the buttons to add new timestamps to IndexedDB, and to display a full list of
timestamps that were previously set using IDBObjectStore.getAll()
.
Available in Chrome 48+ | View on GitHub | Browse Samples
The IndexedDB "batched get" API allows you to retrieve several keys or values from IndexedDB in a single method call. The "batched get" methods include:
You can use the buttons to add new timestamps to IndexedDB, and to display a full list of
timestamps that were previously set using IDBObjectStore.getAll()
.