Skip to content

Commit

Permalink
crypto: remove non-standard webcrypto.Crypto.prototype.CryptoKey
Browse files Browse the repository at this point in the history
`CryptoKey` is already available on the global object.
  • Loading branch information
aduh95 committed Feb 24, 2022
1 parent 46be211 commit fc9c382
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/internal/crypto/webcrypto.js
Expand Up @@ -716,12 +716,6 @@ ObjectDefineProperties(
writable: true,
value: randomUUID,
},
CryptoKey: {
enumerable: true,
configurable: true,
writable: true,
value: CryptoKey,
}
});

ObjectDefineProperties(
Expand Down

0 comments on commit fc9c382

Please sign in to comment.