[Webkit-unassigned] [Bug 164868] REGRESSION (Safari 10?): Unable to store CryptoKeyPair in IndexedDB database

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 11:44:06 PST 2016


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

Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|CryptoKeyPair objects do    |REGRESSION (Safari 10?):
                   |not have a structured clone |Unable to store
                   |algorithm, and therefore    |CryptoKeyPair in IndexedDB
                   |cannot be stored in         |database
                   |IndexedDB                   |

--- Comment #7 from Brady Eidson <beidson at apple.com> ---
I believe the reason Chrome and Firefox allow the put is that they do not recognize the CryptoKeyPair as a "CryptoKeyPair" - They think it's an "Object"

And "Objects" are structured cloneable as long as each of their properties are.

-- 
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/20161117/7b5de17a/attachment-0001.html>


More information about the webkit-unassigned mailing list