[w3c/IndexedDB] "opening/closing a database" (Issue #410)

AFAICT, a database can be created or deleted. A connection can be opened or closed, but a database cannot be opened or closed. It seems the "opening a database" algorithm should be "opening a connection" (even though it can also create a database) and "closing a database" should be "closing a connection".

(Already, "closing a database" is alternately called "closing a database connection", so that's another option.)

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

Message ID: <w3c/IndexedDB/issues/410@github.com>

Received on Wednesday, 2 August 2023 19:59:13 UTC