Base64 encoding on Javascript Side
Hi all,
on C++ i found this one here:
- https://sdk.innovaphone.com/13r2/common/ilib/base64.htm
What is the Javascript equivalent for this?
(- Perhaps i was blind in my search)
Some background info: I have a C++ App, which will does encode_base64 and post the data. Another app, this time a Javascript Runtime app should be able to do the decode_base64. What i found was the build in functions btoa/atob in Javascript, but it does not work inside myappservice.js file, btoa/atob seems to be undefined.
Is it possible to do the base64 encoding in C++ Backend and to do base64 decode inside a Javascript Backend?
Best regards
Mladen