Skip to content

Commit

Permalink
Expose randomUUID in shadow realms if the principal realm is secure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Oct 21, 2024
1 parent 13b7c71 commit 89b3cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ <h2>Crypto interface</h2>
interface Crypto {
[Exposed=(Window,Worker), SecureContext] readonly attribute SubtleCrypto subtle;
ArrayBufferView getRandomValues(ArrayBufferView array);
[Exposed=(Window,Worker), SecureContext] DOMString randomUUID();
[Exposed=*, SecureContext] DOMString randomUUID();
};
</pre>

Expand Down

0 comments on commit 89b3cc1

Please sign in to comment.