I can't seem to execute the atob() function in server code.
Is there a particular dependency that I need to add?
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.