Commit Graph

3 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 ae743e0465 support ios web worker 2015-12-11 16:55:10 -08:00
AJ ONeal 518859983e separate node use case from browser use case 2015-12-11 16:52:45 -08:00