Base64.js icon indicating copy to clipboard operation
Base64.js copied to clipboard

Polyfill for browsers that don't provide window.btoa and window.atob

Results 1 Base64.js issues
Sort by recently updated
recently updated
newest added

What do you think about adding support for the base64url encoding to this package? The only difference between base64url and base64 is the encoding of the 62nd and 63rd alphabet...