Given some kind of buffer or array buffer, returns a nodejs Buffer instance that contains the same data. The underlying ArrayBuffer is the same.
The source
A nodejs Buffer instance that contains the same data.
Given some kind of buffer or array buffer, returns a nodejs Buffer instance that contains the same data. The underlying ArrayBuffer is the same.