Commit Graph

4 Commits

Author SHA1 Message Date
Robert Knight 50cb9f059a Fix atob under CommonJS module bundlers (eg. Browserify)
Browserify uses the browser version of the module but since
module.exports was not assigned, importing it fails.

 * Fix a typo in the browser implementation of 'browser-atob'

 * Fix reference to the source file in the tests

 * Export 'atob' implementation in 'browser-atob.js' via module
   exports
2015-12-28 09:59:15 +00:00
AJ ONeal 543a61a941 handle actual binary, not just utf8 2012-09-19 14:22:55 -06:00
AJ ONeal 65407a29d0 fixed mixup of atob / btoa 2011-09-09 14:56:22 -06:00
AJ ONeal aacae887e8 added atob 2011-09-08 22:18:42 -06:00