Skip to content

Commit f8ce5a8

Browse files
committed
Allow using Crypto.getRandomValues() in Shadow Realms
1 parent d424b96 commit f8ce5a8

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
@@ -810,7 +810,7 @@ <h2>Crypto interface</h2>
810810
[SameObject] readonly attribute Crypto crypto;
811811
};
812812

813-
[Exposed=(Window,Worker)]
813+
[Exposed=*]
814814
interface Crypto {
815815
[SecureContext] readonly attribute SubtleCrypto subtle;
816816
ArrayBufferView getRandomValues(ArrayBufferView array);

0 commit comments

Comments
 (0)