Re: [w3c/IndexedDB] API to enumerate databases (#31)

This [issue](https://github.com/pouchdb/pouchdb-fauxton-chrome-extension/issues/17) is for a Chrome extension that is an administrative interface for PouchDB (which is implemented on top of IndexedDB). The removal of `webkitGetDatabaseNames()` has broken it, because it needs to be able to find a database to administer. 

Note that this use case doesn't require any consistency guarantees. FWIW, most relational databases I've worked with don't provide transactional guarantees for these sorts of functions.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/31#issuecomment-321994315

Received on Saturday, 12 August 2017 17:21:59 UTC