[Webkit-unassigned] [Bug 196128] New: Blob type cannot be stored correctly in IDB when IDBObjectStore has autoIncrement and keyPath options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 19:38:11 PDT 2019


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

            Bug ID: 196128
           Summary: Blob type cannot be stored correctly in IDB when
                    IDBObjectStore has autoIncrement and keyPath options
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

In network process, we deserialize value from IDBValue to JSValue, insert key into the value, and then serialize it again and put it in database.
Because network process does not have JSDOMGlobal object, deserialization would fail for types including File, Blob, etc.

-- 
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/20190322/cfbd1f33/attachment.html>


More information about the webkit-unassigned mailing list