Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A workaround for issue 613 #1398

Merged
merged 4 commits into from Nov 19, 2021
Merged

A workaround for issue 613 #1398

merged 4 commits into from Nov 19, 2021

Commits on Sep 29, 2021

  1. A workaround for issue 613

    dfahlander committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    bffe6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Simplify the workaround...

    This version of the workaround is less risky.
    It only catches InvalidState errors thrown by IDBDatabase.transaction() and then reopens the database (still only reopen if it hadn't been explicitly closed using db.close()). Caller promise will still wait until reopening is done and the transaction could resume.
    
    Also logging to console.debug() when this happens, so that the occurrance of it can be tracked in production apps.
    dfahlander committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    6246fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Infinite loop protection

    dfahlander committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b325e05 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    b54aa0c View commit details
    Browse the repository at this point in the history