Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIndexedDB get blocked when another tab of same application is open #833
Comments
This comment has been minimized.
This comment has been minimized.
If you're experiencing blocking during operations in another tab, that's to be expected. As mentioned in the StackOverflow issue: this is to preserve data integrity. |
tofumatt
added
invalid
wontfix
labels
Jun 22, 2018
tofumatt
closed this
Jun 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sugarshin commentedJun 22, 2018
•
edited
Hi,
The same thing as this issue is happening in my application.
https://stackoverflow.com/questions/30580958/database-get-blocked-when-another-tab-of-same-application-is-open
Is there way to solve?