Closed
Description
- **Versionv8.11.3:
- **PlatformLinux yuriy-X555LJ 4.15.0-30-generic docs: replace all instances of node.js with io.js because trademark. #32~16.04.1-Ubuntu SMP Thu Jul 26 20:25:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux:
- Subsystem:
const buf = Buffer.from([1,2,3]);
console.log( buf.slice(1,2).buffer );
// display
//ArrayBuffer { byteLength: 8192 }