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

By reading the spec, it's very obviously implicit that it's idempotent, but the [steps to close a database connection](https://w3c.github.io/IndexedDB/#close-a-database-connection) might want to clarify this and make it explicit by adding an extra initial step like "If the close pending flag is set, abort these steps".

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

Received on Tuesday, 24 October 2017 00:10:48 UTC