- How do I convert a string to a Uint8Array in node?
- I don't normally develop in Javascript and this is driving me nuts. They offer a conversion
Uint8Array.toString()but not the other way around. Does anyone know of an easy way for me to do this without creating my own parser? - I have seen some other answers to this, but they don't seem to address this specific class type