We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c163bf9 commit 46a3afbCopy full SHA for 46a3afb
doc/api/webcrypto.md
@@ -2,6 +2,10 @@
2
3
<!-- YAML
4
changes:
5
+ - version: REPLACEME
6
+ pr-url: https://github.com/nodejs/node/pull/44897
7
+ description: No longer experimental except for the `Ed25519`, `Ed448`,
8
+ `X25519`, and `X448` algorithms.
9
- version:
10
- v18.4.0
11
- v16.17.0
@@ -35,7 +39,7 @@ changes:
35
39
36
40
<!-- introduced_in=v15.0.0 -->
37
41
38
-> Stability: 1 - Experimental
42
+> Stability: 2 - Stable
43
44
Node.js provides an implementation of the standard [Web Crypto API][].
45
0 commit comments