We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b7c71 commit 89b3cc1Copy full SHA for 89b3cc1
spec/Overview.html
@@ -814,7 +814,7 @@ <h2>Crypto interface</h2>
814
interface Crypto {
815
[Exposed=(Window,Worker), SecureContext] readonly attribute SubtleCrypto subtle;
816
ArrayBufferView getRandomValues(ArrayBufferView array);
817
- [Exposed=(Window,Worker), SecureContext] DOMString randomUUID();
+ [Exposed=*, SecureContext] DOMString randomUUID();
818
};
819
</pre>
820
0 commit comments