Bug 161121
Summary: | Web Inspector: IndexedDB.requestDatabase() should not create a database if one did not exist | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes |
Priority: | P2 | Keywords: | DoNotImportToRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
Summary:
IndexedDB.requestDatabase() should not create a database if one did not exist.
Steps to Reproduce:
1. IndexedDBAgent.requestDatabase("ThisDoesNotExist")
=> Expected an error, instead got a New Database.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |