Open chuchuva opened 1 year ago
base64.fromArrayBuffer is perfectly capable of decoding one long line of base64 string. We just waste memory with those \n characters.
\n
base64.fromArrayBuffer is perfectly capable of decoding one long line of base64 string. We just waste memory with those
\n
characters.