https://github.com/techplexengineer/meteor-http-browserify-repro
Meteor reproduce node-stubs issue
https://github.com/techplexengineer/meteor-http-browserify-repro
Last synced: about 1 year ago
JSON representation
Meteor reproduce node-stubs issue
- Host: GitHub
- URL: https://github.com/techplexengineer/meteor-http-browserify-repro
- Owner: TechplexEngineer
- Created: 2017-08-15T01:12:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T01:16:13.000Z (over 8 years ago)
- Last Synced: 2025-01-07T23:36:13.651Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-http-browserify-repro
Meteor reproduce node-stubs issue
This repo contains minimal code to reproduce an issue with meteor-node-stubs which uses browserify modules to stub node modules on the client.
The code in the repo shows how the use of `req.setTimeout` and `req.abort` do not work as expected.
The real kicker is that if I use browserify on the library from which this http code comes from the library operates properly in the browser.
What is different between meteor-node-stubs and browserify?