From 35176921f77278ce75a500eb9401462607ddaf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 6 Apr 2022 22:24:59 +0200 Subject: [PATCH] doc: add NodeEdKeyGenParams to CryptoKey.algorithm --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 618a9cfdcfce4c..25b15fbfe8bf31 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -393,7 +393,7 @@ added: v15.0.0 -* Type: {AesKeyGenParams|RsaHashedKeyGenParams|EcKeyGenParams|HmacKeyGenParams|NodeDsaKeyGenParams|NodeDhKeyGenParams} +* Type: {AesKeyGenParams|RsaHashedKeyGenParams|EcKeyGenParams|HmacKeyGenParams|NodeDsaKeyGenParams|NodeDhKeyGenParams|NodeEdKeyGenParams}