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

Return of require('querystring') does not match Node API #826

Closed
bclinkinbeard opened this issue Jul 16, 2014 · 1 comment
Closed

Return of require('querystring') does not match Node API #826

bclinkinbeard opened this issue Jul 16, 2014 · 1 comment

Comments

@bclinkinbeard
Copy link
Contributor

According to http://nodejs.org/api/querystring.html, the returned object should have escape and unescape methods. Instead, it has encode and decode, with a different API, in that they return objects instead of strings.

@ghost
Copy link

ghost commented Jul 20, 2014

This should be handled over in the querystring-es3 (github) package. Need to keep things tidy in browserify core issues.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant