Why am I getting an "Uncaught DOM Exception" in the Deno CLI?
To replicate:
1.
The goal was to get a base64 encoding of the byte array. What am I doing wrong?
1.
deno in the command line to initialize a Deno REPLThe goal was to get a base64 encoding of the byte array. What am I doing wrong?
atob produces the same result.