← Back to release summary

Remove IndexedDB: webkitGetDatabaseNames

Category
Offline / Storage
Type
New or changed feature
Status
Removed (Chrome 60)
Intent stage
None

Summary

The API asynchronously returns a list of existing database names in an origin, which seemed sensible enough. The design is flawed, in that the results may be obsolete as soon as they are returned, so it can really only be used for logging, not serious application logic. Not implemented in other browsers. https://github.com/w3c/IndexedDB/issues/31 tracks/links to previous discussion on flaws and possible alternatives.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

View on chromestatus.com