1.2.1 • Published 6 years ago

btoa v1.2.1

Weekly downloads
1,061,430
License
(MIT OR Apache-2....
Repository
-
Last release
6 years ago

btoa

| atob | btoa | unibabel.js | Sponsored by ppl

A port of the browser's btoa function.

Uses Buffer to emulate the exact functionality of the browser's btoa (except that it supports some unicode that the browser may not).

It turns binary data to base64-encoded ascii.

(function () {
  "use strict";

  var btoa = require('btoa');
  var bin = "Hello, 世界";
  var b64 = btoa(bin);

  console.log(b64); // "SGVsbG8sIBZM"
}());

Note: Unicode may or may not be handled incorrectly. This module is intended to provide exact compatibility with the browser.

Copyright and License

Code copyright 2012-2018 AJ ONeal

Dual-licensed MIT and Apache-2.0

Docs copyright 2012-2018 AJ ONeal

Docs released under Creative Commons.

@squiz/dxp-cli@nextiva-cypress/nextiva-cypress-testrail-reporter@applicaster/quick-brick-core@wincax8968/scratch-vmcypress-testrail-reporter-toolnode-red-contrib-netfieldio-websocketurl-expire-token-buildersystemdb@benglynn/md2jsonhermape7-cypress-testrail-reporter@plugnet/doughnut-makerlets-api-microservice-dependencies@pija-ab/react-dashboardbm-api-node-connectorplurilock-watson-sdkcypress-testrail-customcypress-testrail-reporter-screenshotkyc-cli@floms-inc/response-raidersmc-module@persistr/clientasimpjeeffsrangewell-dataproviderapge-workflowpapiea-enginepdqjsweglot-cloudworkerhometown.inbetter-disco-oauthfeed-simulcastmaze-auto-routeronelogin-node-sdkonelogin-sdkopenordermapperva-logger-be@polygonjs/editormircoai-vmventaja-bill-paymentventaja-bill-payments@yaps/corete-te-publisherte-tr-publisherte-tr-publisher2url-xibase64-legacy@masx200/fetch-baidu-pan-files@framirez730/onlykey-fido2@wtmove/corediscord-token-generatorsuper-chatsnpmgzip18rskdrskd-proappdrop-jsbytom-sdk@deploy-rest/firebase@webex/plugin-meetingsauto-components-idmyshield-nodemock-officepdxdeploy-v3.1.3romozzzbib-libraryhuffmannnew1huffmannnew10huffmannnew2huffmannnew3huffmannnew4huffmannnew5huffmannnew6huffmannnew7huffmannnew8huffmannnew9tstbrotlitg-utilstest_arms_v2.8_globalarms_v2.8_globalarms_v2.8_webui1arms_v2.8_webui2arms_v2.8_webui3arms_v2.8_webui4arms_v2.8_webui5arms_v2.8_webui6arms_v2.8_webui7arms_v2.8_webui8arms_v2.8_webui9arms_webuiarms_webui10arms_webui2arms_webui3arms_webui5arms_webui6ui5-toolkit-gulpshiv_arms_v2.8_globalunicomappdocsesante-apifriedrichgitbook-apiens-metadata-service
1.2.1

6 years ago

1.1.2

10 years ago

1.1.1

11 years ago

1.1.0

12 years ago

1.0.1

12 years ago

1.0.0

13 years ago