Bug 191236
Summary: | Web Inspector: close IndexedDB instance after using it so that it doesn't block another tab | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Devin Rousso
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Devin Rousso
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 :)