Skip to content

Commit

Permalink
doc: add NodeEdKeyGenParams to CryptoKey.algorithm
Browse files Browse the repository at this point in the history
PR-URL: #42629
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tniessen committed Apr 13, 2022
1 parent d4d7836 commit f825341
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 f825341

Please sign in to comment.