The [MDN page](https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close) says that it happens in a separate thread. The only other user of this API is IDBFactory::open, where its run in parallel. Is MDN correct in this case? or should it be synchronous as in the spec?