Goodbye, Node.js Buffer
The Buffer type has been the cornerstone for binary data handling in Node.js since the beginning. However, these days we have Uint8Array, which is a native JavaScript type and works cross-platform.
from Pocket https://sindresorhus.com/blog/goodbye-nodejs-buffer
via IFTTT