Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 Encoding & Decoding

fix browsers which don't support Base64 | btoa | atob

Example

if you want to see how it works in browsers which don't support native base64 encoding; you can try this link in old browsers such as old IE.

Code eg.

just try this as native methods supported!

window.btoa('test');

window.atob('**');

you can also try this:

Base64.btoa()
Base64.atob()
Base64.encode()
Base64.decode()

About

fix old browsers which don't support native base64 methods

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages