Releases: blakeembrey/universal-base64
Releases · blakeembrey/universal-base64
Full UTF-8 Support Cross-Platform
Fixed
- Fixed full UTF-8 across node.js and browser
Bind `window.{atob,btoa}`
Fixed
- Correct usage of variable in browser environment
Rename Exported Methods
Changed
- Rename
atob
andbtoa
todecode
andencode
Initial Release
Simple module for exporting btoa
and atob
for node.js and browsers in the most efficient way possible.