From my experience, encode is inappropriate for bi...
# suitescript
b
From my experience, encode is inappropriate for binary data if you are trying to decode base 64. It decodes as a string, which can combines bytes into characters. A proper atob polyfill will output a string where each character is 1 byte