[Webkit-unassigned] [Bug 153783] New: Unable to use IndexedDB on file:/// URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 20:26:44 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153783

            Bug ID: 153783
           Summary: Unable to use IndexedDB on file:/// URLs
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dvpdiner2 at gmail.com

Created attachment 270465
  --> https://bugs.webkit.org/attachment.cgi?id=270465&action=review
Test Case to be served from file:///

Calling indexedDB.open from a file:/// URL results in an InvalidAccessError being thrown. With the removal of WebSQL, this means that local applications served via file:/// URLs have no access to data storage beyond localStorage.

The attached test file should print "Success".
In Webkit, it prints "Error: InvalidAccessError".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/200255b6/attachment.html>


More information about the webkit-unassigned mailing list