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: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
|
||
|---|---|---|
| .. | ||
| test-child-process-uid-gid.js | ||
| test-debug-brk-file.js | ||
| test-debug-brk-no-arg.js | ||
| test-dgram-send-error.js | ||
| test-eio-race.js | ||
| test-fs-largefile.js | ||
| test-http-abort-stream-end.js | ||
| test-https-loop-to-google.js | ||
| test-readline.js | ||
| test-sendfd.js | ||
| test-setuidgid.js | ||
| tls_server.js | ||