Answered
PSD 25.12 - Invalid Character error thrown when atob(base64)
Hi all,
after the latest PSD updated of Sept 10, 2024, some CEP primitives throw an error.
I've developed a custom plugin, when in a function i've got this code fragment:
var file = window.cep.fs.readFile(decodeURI(fl.filename), cep.encoding.Base64);
var byteCharacters = atob(file.data);
From this last version, the atob primitives thrown an error: InvalidCharacterError: Invalid character.
Note that the same code on PSD 25.11 works correctly.
I've tried on Windows and Mac with M3 on Rosetta, and i've got the same error in either platform.
Could you please check? In the releaseNotes there's nothing regarding it
