[Bug 26178] ECMAScript standard library

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #2 from Anne <annevk@annevk.nl> ---
It is already a global

> "SubtleCrypto" in window
true

So instead of 

var enc = crypto.subtle.encrypt(...)

you'd have

> var enc = SubtleCrypto.encrypt(...)

which would be similar to how other built-in libraries work, such as Math.


I realize this might be too late at this point though.

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

Received on Tuesday, 24 June 2014 08:31:04 UTC