Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[nodejs] ArrayBuffer to Buffer | Uint8Array to Buffer

https://nodejs.org/api/buffer.html

const buffer1 = Buffer.from(ArrayBuffer)
const buffer2 = Buffer.from(Uint8Array)

Leave a Reply

Your email address will not be published. Required fields are marked *