Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directly load the parser module #86

Merged
merged 1 commit into from Sep 14, 2012
Merged

directly load the parser module #86

merged 1 commit into from Sep 14, 2012

Conversation

fjakobs
Copy link

@fjakobs fjakobs commented Sep 14, 2012

I have to problems with module.exports = require('engine.io-client').parser;

  1. It loads more than is needed
  2. It loads the JSONP transport client, which creates a global

I have to problems with `module.exports = require('engine.io-client').parser;`

1. It loads more than is needed
2. It loads the JSONP transport client, which creates a global
rauchg added a commit that referenced this pull request Sep 14, 2012
directly load the parser module
@rauchg rauchg merged commit 2e4cfb5 into socketio:master Sep 14, 2012
darrachequesne added a commit that referenced this pull request May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants