A minimal Base64 tool for modern browsers.
Base64.encode(value: string, urlSafe?: boolean): string;
Base64.decode(base64: string): string;
demo: https://hungtcs.github.io/js-base64/
Chrome | Firefox | Safari | IE | Node JS |
---|---|---|---|---|
38 | 19 | 10.1 | NOT | NOT |
A minimal Base64 tool for modern browsers.
Base64.encode(value: string, urlSafe?: boolean): string;
Base64.decode(base64: string): string;
demo: https://hungtcs.github.io/js-base64/
Chrome | Firefox | Safari | IE | Node JS |
---|---|---|---|---|
38 | 19 | 10.1 | NOT | NOT |