← Back to release summary

IndexedDB database enumeration

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

Summary

IndexedDB databases() returns a list of all databases accessible by the origin of the current frame. The return value is a Promise that resolves with a list of IDBDatabaseInfo objects (currently just dictionaries of database name and version).

Standards & signals

Docs: Explainer: https://andreas-butler.github.io/idb-databases/EXPLAINER

View on chromestatus.com