summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-13 05:23:16 +0100
committerAnna Henningsen <anna@addaleax.net>2019-01-09 01:34:25 +0100
commitaa07dd6248764006d1b201700a18173250b281de (patch)
tree953c4b286c4b14ef46a42c562775dc02e967e0f4 /doc/api/util.md
parent8d893f213dfd73f960bbf9999cf973b05baad135 (diff)
downloadandroid-node-v8-aa07dd6248764006d1b201700a18173250b281de.tar.gz
android-node-v8-aa07dd6248764006d1b201700a18173250b281de.tar.bz2
android-node-v8-aa07dd6248764006d1b201700a18173250b281de.zip
util: inspect ArrayBuffers contents as well
Inspecting an ArrayBuffer now also shows their binary contents. PR-URL: https://github.com/nodejs/node/pull/25006 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index add58caa1f..3cb2c20ed0 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -388,6 +388,9 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/25006
+ description: ArrayBuffers now also show their binary contents.
- version: v11.5.0
pr-url: https://github.com/nodejs/node/pull/24852
description: The `getters` option is supported now.