НС
Size: a a a
НС
L
НС
L
НС
atob
, четыре символа ;-)DE
L
atob
, четыре символа ;-)L
НС
L
const base64toUtf8 = (
base64,
bin = atob(base64)
) =>
new TextDecoder("utf-8").decode(
new Uint8Array(bin.length).map((v, i) => bin.charCodeAt(i))
)
НС
НС
const base64toUtf8 = (
base64,
bin = atob(base64)
) =>
new TextDecoder("utf-8").decode(
new Uint8Array(bin.length).map((v, i) => bin.charCodeAt(i))
)
L
L
НС
DE
DE
НС
НС
DE