Skip to content

Commit fc9c382

Browse files
committed
crypto: remove non-standard webcrypto.Crypto.prototype.CryptoKey
`CryptoKey` is already available on the global object.
1 parent 46be211 commit fc9c382

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/internal/crypto/webcrypto.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -716,12 +716,6 @@ ObjectDefineProperties(
716716
writable: true,
717717
value: randomUUID,
718718
},
719-
CryptoKey: {
720-
enumerable: true,
721-
configurable: true,
722-
writable: true,
723-
value: CryptoKey,
724-
}
725719
});
726720

727721
ObjectDefineProperties(

0 commit comments

Comments
 (0)