Page 1 of 1

atob() function in Server Code

Posted: Mon Sep 11, 2017 1:54 pm
by Andy Parker

I can't seem to execute the atob() function in server code.

Is there a particular dependency that I need to add?


atob() function in Server Code

Posted: Mon Sep 11, 2017 4:40 pm
by Serhii Kulibaba

Hello Andy,

The function "atob" is available on the window object. But the window is not available in the Server Code.

https://developer.mozilla.org/en-US/d...


atob() function in Server Code

Posted: Mon Sep 11, 2017 4:59 pm
by Andy Parker

Thanks for the quick answer.