<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you can. --> * **Version*v8.11.3*: * **Platform*Linux yuriy-X555LJ 4.15.0-30-generic #32~16.04.1-Ubuntu SMP Thu Jul 26 20:25:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux*: * **Subsystem**: <!-- Please provide more details below this comment. --> const buf = Buffer.from([1,2,3]); console.log( buf.slice(1,2).buffer ); // display //ArrayBuffer { byteLength: 8192 }