Skip to content

Commit 2c2c87e

Browse files
committed
doc: fix stability indicator in webcrypto doc
0 is deprecated. Change to 1, which is experimental. PR-URL: #35672 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 6f34498 commit 2c2c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webcrypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- introduced_in=REPLACEME -->
44

5-
> Stability: 0 - Experimental
5+
> Stability: 1 - Experimental
66
77
Node.js provides an implementation of the standard [Web Crypto API][].
88

0 commit comments

Comments
 (0)