Bug 191236 - Web Inspector: close IndexedDB instance after using it so that it doesn't block another tab
Summary: Web Inspector: close IndexedDB instance after using it so that it doesn't blo...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-04 14:25 PST by Devin Rousso
Modified: 2018-11-05 11:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 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.
Comment 1 Devin Rousso 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 :)