THERAS_
Buffer.from equivalent in deno?
on node.js
i found the deno from medium article to do it like this:
https://medium.com/deno-the-complete-reference/buffer-from-denos-equivalent-of-node-js-d42f7115af61
but it is outofdate for decodeString, so i use decodeHex
the decodeHex is working as intended but Buffer still not working, i got empty object instead and neither those 2 Buffer seems working from mod and buffer.ts
6 replies