[Webkit-unassigned] [Bug 169333] [WebIDL] Add support for ImplementedAs for Dictionary members

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 12:37:09 PST 2017


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

--- Comment #1 from Jiewen Tan <jiewen_tan at apple.com> ---
Currently, I have to reconstruct a new JSObject on the fly with a better name publicKey for the public member and then convert the newly constructed JSObject into native one. However, when there is a TypeError, we generate this awkward messages:
crypto.subtle.deriveBits({ name:"ECDH", publicKey:wrongKey }, wrongKey, 128) rejected promise  with TypeError: Member EcdhKeyDeriveParams.publicKey is required and must be an instance of CryptoKey.

-- 
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/20170308/bf41af33/attachment.html>


More information about the webkit-unassigned mailing list