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
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-10-16 08:20:59 +0300
committerRich Trott <rtrott@gmail.com>2020-10-16 15:13:29 +0300
commit2c2c87e291d36df4c8c3357cc6b896a711c219ef (patch)
tree209856ac98ef2b6471c7e354a9d3c49c704daa70 /doc/api/webcrypto.md
parent6f34498148612e8aa3537a9c865d2940cb9e8c7a (diff)
doc: fix stability indicator in webcrypto doc
0 is deprecated. Change to 1, which is experimental. PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/webcrypto.md')
-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 62e119bcb3f..9a067ceabec 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -2,7 +2,7 @@
<!-- introduced_in=REPLACEME -->
-> Stability: 0 - Experimental
+> Stability: 1 - Experimental
Node.js provides an implementation of the standard [Web Crypto API][].