Both can accept a Uint8Array. [Buffer.from](https://github.com/nodejs/node/blob/master/lib/buffer.js#L189-L191) explicitly checks for [Uint8Array](https://github.com/nodejs/node/blob/master/lib/buffer.js#L370) It looks like a documentation omission. If so, I can send a PR.
Both can accept a Uint8Array. Buffer.from explicitly checks for Uint8Array
It looks like a documentation omission. If so, I can send a PR.