summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 1b390dc12a..70ecb0d4c6 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -4060,7 +4060,7 @@ console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
### `crypto.getRandomValues(typedArray)`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* `typedArray` {Buffer|TypedArray|DataView|ArrayBuffer}
@@ -5250,7 +5250,7 @@ If the `callback` function is provided this function uses libuv's threadpool.
### `crypto.subtle`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* Type: {SubtleCrypto}