Skip to content

Commit 89b3cc1

Browse files
committed
Expose randomUUID in shadow realms if the principal realm is secure
1 parent 13b7c71 commit 89b3cc1

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
@@ -814,7 +814,7 @@ <h2>Crypto interface</h2>
814814
interface Crypto {
815815
[Exposed=(Window,Worker), SecureContext] readonly attribute SubtleCrypto subtle;
816816
ArrayBufferView getRandomValues(ArrayBufferView array);
817-
[Exposed=(Window,Worker), SecureContext] DOMString randomUUID();
817+
[Exposed=*, SecureContext] DOMString randomUUID();
818818
};
819819
</pre>
820820

0 commit comments

Comments
 (0)