atob() function in Server Code
Posted: Mon Sep 11, 2017 1:54 pm
I can't seem to execute the atob() function in server code.
Is there a particular dependency that I need to add?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I can't seem to execute the atob() function in server code.
Is there a particular dependency that I need to add?
Hello Andy,
The function "atob" is available on the window object. But the window is not available in the Server Code.
Thanks for the quick answer.