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 564c116665e..5759d54b5fa 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -3114,7 +3114,7 @@ accessed using `require('buffer')`.
### `buffer.atob(data)`
<!-- YAML
-added: REPLACEME
+added: v14.17.0
-->
* `data` {any} The Base64-encoded input string.
@@ -3133,7 +3133,7 @@ and binary data should be performed using `Buffer.from(str, 'base64')` and
### `buffer.btoa(data)`
<!-- YAML
-added: REPLACEME
+added: v14.17.0
-->
* `data` {any} An ASCII (Latin1) string.