Overview: I am trying to avoid a race condition with accessing an IndexedDB from both a webpage and a web-worker.
Setup: Webpage tha
Can you use a transaction? https://developer.mozilla.org/en/IndexedDB/IDBTransaction