Skip to content

InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. #7

@basham

Description

@basham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions