We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51a38b commit 60d2b38Copy full SHA for 60d2b38
spec/Overview.html
@@ -808,7 +808,7 @@ <h2>Crypto interface</h2>
808
interface Crypto {
809
[SecureContext] readonly attribute SubtleCrypto subtle;
810
ArrayBufferView getRandomValues(ArrayBufferView array);
811
- [Exposed=*, SecureContext] DOMString randomUUID();
+ [SecureContext] DOMString randomUUID();
812
};
813
</pre>
814
0 commit comments