[Webkit-unassigned] [Bug 171049] New: IndexedDB open request is always in pending state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 02:34:08 PDT 2017


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

            Bug ID: 171049
           Summary: IndexedDB open request is always in pending state
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krassx at gmail.com

Created attachment 307581

  --> https://bugs.webkit.org/attachment.cgi?id=307581&action=review

Test page that fails

Recently found a problem that prevents IndexedDB from being opened. I attached the page that is used to test it. It works in all browsers I tested: Chrome, Firefox, Opera except Safari 10.1, Tech Preview and latest available Webkit Nightly build.

After calling indexedDB.open() I receive an instance of IDBOpenDBRequest which is always pending. It never fires any of the attached event handlers.

The problem here is that it happens only on specific pages/domains. E.g. if I open, say apple.com and try that code there everything is fine. But if I try it locally (with http://localhost:3000) I get this weird behavior. Moreover, when I try it with our dev domain (which is HTTPS with valid cert) I also get this pending state). I tried creating plunker to reproduce it, but it works there.

Here is what I see in console for it: https://gyazo.com/ac66d231dd7c03e4bdc5745c5f79012e

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170420/072175a5/attachment.html>


More information about the webkit-unassigned mailing list