browserify / http-browserify

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

Support for webworkers #36

Open kumavis opened 10 years ago

kumavis commented 10 years ago

http-browserify assumes a normal browser window and not a worker, though http requests in a worker are legitimate

inside a webworker the global object is self not window

domenic commented 10 years ago

+1

jayfunk commented 8 years ago

+1