After manually patching the issue I posted in #6, I'm getting this error in Safari and Chrome. ``` InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. ``` The stacktrace takes me to this line: https://github.com/random-access-storage/random-access-idb/blob/89bcf489dc54a55b70224f09c2dbf60ad79a8298/index.js#L142 I haven't been able to find many leads about similar issues in other projects.