Base64 utility methods
From Client and Server JavaScript APIs Community Group
Contents
Introduction
This API officilly called WindowBase64 is meant to be implemented on client-side in Window and Worker contexts It exposes encode and decode methods called btoa() and atob()
Contacts
We are looking for representatives of this HTML5 API to discuss of potentially needed updates to consider server-side implementations
Debate
to be done
SSJS Implementations
Third party module
Node.js and Wakanda
A third party module provides a W3C WindowBase64 compliant API: https://github.com/amorgaut/w3c-windowbase64