From 85ab4a5f1281c4e1dd06450ac7bd3250326267fa Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 25 Jan 2016 15:00:06 -0800 Subject: buffer: add .from(), .alloc() and .allocUnsafe() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several changes: * Soft-Deprecate Buffer() constructors * Add `Buffer.from()`, `Buffer.alloc()`, and `Buffer.allocUnsafe()` * Add `--zero-fill-buffers` command line option * Add byteOffset and length to `new Buffer(arrayBuffer)` constructor * buffer.fill('') previously had no effect, now zero-fills * Update the docs PR-URL: https://github.com/nodejs/node/pull/4682 Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Stephen Belanger --- doc/node.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/node.1') diff --git a/doc/node.1 b/doc/node.1 index 0f3933a58d..e6f00b61e4 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -66,6 +66,9 @@ and servers. --prof-process process v8 profiler output generated using --prof + --zero-fill-buffers automatically zero-fill all newly allocated + Buffer and SlowBuffer instances + --v8-options print v8 command line options --tls-cipher-list=list use an alternative default TLS cipher list -- cgit v1.2.3