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

That's a fair point @pwnall. Are you thinking that after `getDatabaseNames` is called, a subsequent `indexedDB.open` on a database would release the previously set lock? Is that to say that you could only call `getDatabaseNames` before any .open is called?

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

Received on Thursday, 27 July 2017 19:34:15 UTC