This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27942 - Expose GlobalCrypto in Worker
Summary: Expose GlobalCrypto in Worker
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 22:20 UTC by Tim Taubert
Modified: 2016-05-24 00:30 UTC (History)
4 users (show)

See Also:


Attachments

Description Tim Taubert 2015-02-02 22:20:28 UTC
Bug 25390 changed the IDL but forgot to expose GlobalCrypto in Worker.

> -[NoInterfaceObject]
> +[NoInterfaceObject, Exposed=(Window,Worker)]
>  interface GlobalCrypto {
Comment 1 jimsch 2016-03-09 07:00:00 UTC
This has been fixed.