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 efe2685 commit c330453Copy full SHA for c330453
spec/Overview.html
@@ -804,7 +804,7 @@ <h2>Crypto interface</h2>
804
[SameObject] readonly attribute Crypto crypto;
805
};
806
807
-[Exposed=(Window,Worker)]
+[Exposed=*]
808
interface Crypto {
809
[SecureContext] readonly attribute SubtleCrypto subtle;
810
ArrayBufferView getRandomValues(ArrayBufferView array);
0 commit comments