Re: [w3c/IndexedDB] Should it be clarified that `IDBDatabase.close()` is idempotent? (#222)

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