- From: Joshua Bell <notifications@github.com>
- Date: Fri, 14 Jun 2019 15:49:59 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 June 2019 22:50:21 UTC
There's a case where the _close a database connection_ steps are not idempotent: 1. `close()` is called on a connection, which invokes _close a database connection_ - _forced flag_ is implicitly false. 2. The user agent invokes _close a database connection_ with _forced flag_ true. It's true that calling `close()` itself is idempotent, though. -- 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/222#issuecomment-502303529
Received on Friday, 14 June 2019 22:50:21 UTC