- From: <bugzilla@jessica.w3.org>
- Date: Tue, 07 Oct 2014 14:13:44 +0000
- To: public-webcrypto@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26322 --- Comment #7 from Mark Watson <watsonm@netflix.com> --- Is there any reason we cannot convert from IDL dictionary to frozen JS object at CryptoKey creation time and store the result in the [[algorithm]] internal slot. The algorithm attribute would then simply return the contents of the [[algorithm]] internal slot. This doesn't work for usages, as the frozen Array object can still be modified by the script. Ryan, what is your opinion on [ArrayClass] ? This would seem to do what we want for usages. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Tuesday, 7 October 2014 14:13:49 UTC