Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

atob() function in Server Code

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

Is there a particular dependency that I need to add?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

atob() function in Server Code

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...

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

atob() function in Server Code

Thanks for the quick answer.

Return to “Issues”