* **Version**: v0.11.x * **Platform**: all * **Subsystem**: buffer `Buffer`s and `UInt8Array`s are not interoperable. ```js var arr = new UInt8Array(2) Buffer.from(arr) // TypeError: Bad arguments: Buffer(string|number|Buffer|Array) ```