Bug 161121 - Web Inspector: IndexedDB.requestDatabase() should not create a database if one did not exist
Summary: Web Inspector: IndexedDB.requestDatabase() should not create a database if on...
Status: NEW
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: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-08-23 18:03 PDT by Joseph Pecoraro
Modified: 2016-12-13 14:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-08-23 18:03:29 PDT
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.