Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-13 18:32:52 +0300
committerGitHub <noreply@github.com>2022-04-13 18:32:52 +0300
commitf825341bab8839c3a9a02c26bbacdf3553054e63 (patch)
treeba9839dab5d54e926663eb8c60e01a09a240c3fd /doc
parentd4d78361f2bb294b2159caa9648ce0b8abd41e69 (diff)
doc: add NodeEdKeyGenParams to CryptoKey.algorithm
PR-URL: https://github.com/nodejs/node/pull/42629 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/webcrypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index e752eaff591..d1dc8243b4c 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -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-->