Skip to content

Commit c330453

Browse files
Ms2gerptomato
authored andcommitted
Allow using Crypto.getRandomValues() in Shadow Realms
1 parent efe2685 commit c330453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ <h2>Crypto interface</h2>
804804
[SameObject] readonly attribute Crypto crypto;
805805
};
806806

807-
[Exposed=(Window,Worker)]
807+
[Exposed=*]
808808
interface Crypto {
809809
[SecureContext] readonly attribute SubtleCrypto subtle;
810810
ArrayBufferView getRandomValues(ArrayBufferView array);

0 commit comments

Comments
 (0)