Skip to content

Commit a657122

Browse files
committed
Expose CryptoKey everywhere if context is secure
Required for SubtleCrypto.
1 parent 60d2b38 commit a657122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ <h2>CryptoKey interface</h2>
10541054

10551055
enum KeyUsage { "encrypt", "decrypt", "sign", "verify", "deriveKey", "deriveBits", "wrapKey", "unwrapKey" };
10561056

1057-
[SecureContext,Exposed=(Window,Worker),Serializable]
1057+
[SecureContext,Exposed=*,Serializable]
10581058
interface CryptoKey {
10591059
readonly attribute KeyType type;
10601060
readonly attribute boolean extractable;

0 commit comments

Comments
 (0)