Re: [nodejs] Issues using request with browserify

2012-11-25 Thread Gary Katsevman
Try using https://github.com/iriscouch/browser-request instead. Gary Katsevman gkatsev.com On Sun, Nov 25, 2012 at 7:40 PM, Simon wrote: > Has anyone had any luck using mikeal's request with browserify. I kinda > hoped it would just work, but the issue I run into is "Object has no method > readF

[nodejs] Issues using request with browserify

2012-11-25 Thread Simon
Has anyone had any luck using mikeal's request with browserify. I kinda hoped it would just work, but the issue I run into is "Object has no method readFileSync" from within Mime.prototype.load so I may need to find a way to load the mime file into browserify's "virtual" filesystem. Does that s