browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Consider using base64-js over Base64 #38

Open guybedford opened 10 years ago

guybedford commented 10 years ago

base64-js is used in the buffer module, so it would save a little bit of duplication.

Is there a good reason to have two implementations?