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:
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index f31b8b298b0..3334c260125 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -3279,7 +3279,7 @@ accessed using `require('buffer')`.
### `buffer.atob(data)`
<!-- YAML
-added: REPLACEME
+added: v15.13.0
-->
* `data` {any} The Base64-encoded input string.
@@ -3298,7 +3298,7 @@ and binary data should be performed using `Buffer.from(str, 'base64')` and
### `buffer.btoa(data)`
<!-- YAML
-added: REPLACEME
+added: v15.13.0
-->
* `data` {any} An ASCII (Latin1) string.