Missing a last piece, how to encode the Uint8Array([...]).bufferto a base64. The method toString only allow option 2 and 16, base64 is not implemented, any hint?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Missing a last piece, how to encode the
Uint8Array([...]).buffer
to a base64. The method toString only allow option2
and16
,base64
is not implemented, any hint?