browserify / browserify/http-browserify
Support for webworkers
Open
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
http-browserify [assumes a normal browser window](https://github.com/substack/http-browserify/blob/11bfdeac2534fafbd5819bda96fa32f01802b6cc/index.js#L46) and not a worker, though http requests in a worker are legitimate
inside a webworker the global object is `self` not `window`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.