RESOLVED INVALID 191236
Web Inspector: close IndexedDB instance after using it so that it doesn't block another tab
https://bugs.webkit.org/show_bug.cgi?id=191236
Summary Web Inspector: close IndexedDB instance after using it so that it doesn't blo...
Devin Rousso
Reported 2018-11-04 14:25:19 PST
Having an open connection to the database will prevent any other tab's WebInspector from connecting to that same database. We should close the database after every operation.
Attachments
Devin Rousso
Comment 1 2018-11-05 11:13:46 PST
I think I misunderstood the IndexedDB API. This is not an issue. It would be a problem if we had different versions loading in two different tabs, but we don't :)
Note You need to log in before you can comment on or make changes to this bug.