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

Shall we at least has some guarantee on `getDatabaseNames` that an error will be fired or the request will be blocked if there is any versionChange transaction ongoing?
In addition, because there is no guarantee that there won't be another `IDBOpenRequest` coming right after a `getDatabaseNames` request which upgrades or deletes a database, it seems more helpful for the developers to validate the result if the versions are returned along with the names in `getDatabaseNames`.

-- 
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-322671694

Received on Wednesday, 16 August 2017 05:42:48 UTC