iriscouch / browser-request

Browser library compatible with Node.js request package
Apache License 2.0
360 stars 102 forks source link

request module work in browser #55

Closed novellizator closed 8 years ago

novellizator commented 9 years ago

hi, I tried the normal request module and browserified it. Everything worked fine in the browser. Am I missing something? Why would one use browser-request instead of request?

Thank you

arve0 commented 8 years ago

Bundling request with browserify gives almost a megabyte in size. This module uglifies to some few kB.