Skip to content

Commit

Permalink
doc: add NodeEdKeyGenParams to CryptoKey.algorithm
Browse files Browse the repository at this point in the history
PR-URL: nodejs#42629
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
tniessen authored and xtx1130 committed Apr 25, 2022
1 parent 4148c34 commit 7b15545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webcrypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ added: v15.0.0

<!--lint disable maximum-line-length remark-lint-->

* Type: {AesKeyGenParams|RsaHashedKeyGenParams|EcKeyGenParams|HmacKeyGenParams|NodeDsaKeyGenParams|NodeDhKeyGenParams}
* Type: {AesKeyGenParams|RsaHashedKeyGenParams|EcKeyGenParams|HmacKeyGenParams|NodeDsaKeyGenParams|NodeDhKeyGenParams|NodeEdKeyGenParams}

<!--lint enable maximum-line-length remark-lint-->

Expand Down

0 comments on commit 7b15545

Please sign in to comment.