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:
|
var tx = db.transaction(['data'], mode) |
I haven't been able to find many leads about similar issues in other projects.