Skip to content

Commit

Permalink
refactor: update keylike description for WinterCG
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 15, 2022
1 parent 81a92a9 commit 6741679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/types.KeyLike.md
Expand Up @@ -25,7 +25,7 @@ you may use the runtime APIs
obtain a KeyObject from your existing key material.

[CryptoKey](https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey) is a representation of a
key/secret available in the Browser and Deno runtimes. In addition to the import functions of
key/secret available in the Browser and Web-interoperable runtimes. In addition to the import functions of
this library you may use the
[SubtleCrypto.importKey](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey)
API to obtain a CryptoKey from your existing key material.
Expand Down

0 comments on commit 6741679

Please sign in to comment.