Skip to content

Commit bdfd56c

Browse files
Ms2gerptomato
authored andcommitted
Expose randomUUID in shadow realms if the principal realm is secure
1 parent c8cefcf commit bdfd56c

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
@@ -808,7 +808,7 @@ <h2>Crypto interface</h2>
808808
interface Crypto {
809809
[Exposed=(Window,Worker), SecureContext] readonly attribute SubtleCrypto subtle;
810810
ArrayBufferView getRandomValues(ArrayBufferView array);
811-
[Exposed=(Window,Worker), SecureContext] DOMString randomUUID();
811+
[Exposed=*, SecureContext] DOMString randomUUID();
812812
};
813813
</pre>
814814

0 commit comments

Comments
 (0)