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/api
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2022-10-10 03:14:48 +0300
committerGitHub <noreply@github.com>2022-10-10 03:14:48 +0300
commit46a3afb579cc9dd3465c09c9902088e87a388a4a (patch)
treea5ec553ca15bb623ae749a04b9bee24185a44452 /doc/api
parentc163bf954c05f726c7bc358f773f6e48455e5f35 (diff)
doc: graduate webcrypto to stable
PR-URL: https://github.com/nodejs/node/pull/44897 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/webcrypto.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 98f0af5a7a7..d683740f395 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -2,6 +2,10 @@
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/44897
+ description: No longer experimental except for the `Ed25519`, `Ed448`,
+ `X25519`, and `X448` algorithms.
- version:
- v18.4.0
- v16.17.0
@@ -35,7 +39,7 @@ changes:
<!-- introduced_in=v15.0.0 -->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
Node.js provides an implementation of the standard [Web Crypto API][].