Skip to content

Commit c8cefcf

Browse files
Ms2gerptomato
authored andcommitted
Update
1 parent c330453 commit c8cefcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,15 +800,15 @@ <h2>Crypto interface</h2>
800800
cryptographically strong pseudo-random number generator seeded with truly random values.
801801
</p>
802802
<pre class=idl>
803-
partial interface mixin WindowOrWorkerGlobalScope {
803+
partial interface mixin UniversalGlobalScope {
804804
[SameObject] readonly attribute Crypto crypto;
805805
};
806806

807807
[Exposed=*]
808808
interface Crypto {
809-
[SecureContext] readonly attribute SubtleCrypto subtle;
809+
[Exposed=(Window,Worker), SecureContext] readonly attribute SubtleCrypto subtle;
810810
ArrayBufferView getRandomValues(ArrayBufferView array);
811-
[SecureContext] DOMString randomUUID();
811+
[Exposed=(Window,Worker), SecureContext] DOMString randomUUID();
812812
};
813813
</pre>
814814

0 commit comments

Comments
 (0)