- From: <bugzilla@jessica.w3.org>
 - Date: Fri, 18 Apr 2014 08:42:04 +0000
 - To: public-webcrypto@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25390
            Bug ID: 25390
           Summary: Use [Exposed] in IDL
           Product: Web Cryptography
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Cryptography API Document
          Assignee: sleevi@google.com
          Reporter: annevk@annevk.nl
                CC: public-webcrypto@w3.org
Instead of Crypto, WorkerCrypto, and RandomSource, have this:
[Exposed=Window,Worker]
interface Crypto {
  readonly attribute SubtleCrypto subtle;
  ArrayBufferView getRandomValues(ArrayBufferView array);
};
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 18 April 2014 08:42:05 UTC