I\'ve got a Javascript ArrayBuffer that I would like to be converted into a hex string.
Anyone knows of a function that I can call or a pre written function already
In Node, we can use Buffer.from(unitarray, “hex”)
Buffer.from(unitarray, “hex”)