[Bug 26322] Definitions "algorithm" and "usages" properties of CryptoKey make no sense

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26322

--- Comment #31 from Boris Zbarsky <bzbarsky@mit.edu> ---
> More precisely that don't return immutable objects.

Or even more precisely, that returns objects that have immutable internal state
but can have that shadowed from naive JS in the usual way.  But since they have
the immutable internal state, one can provide ways of getting at that state. 
ES arrays have no such internal state, hence no way to get at it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 8 November 2014 03:04:47 UTC