- From: Evan Stade <notifications@github.com>
- Date: Wed, 02 Aug 2023 12:59:07 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 August 2023 19:59:13 UTC
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