Join Slack
Powered by
From my experience, encode is inappropriate for bi...
# suitescript
b
battk
03/28/2019, 5:19 PM
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
Open in Slack
Previous
Next