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

What is the difference between your querystring and node build-in querystring #18

Closed
Froguard opened this issue Nov 9, 2016 · 4 comments

Comments

@Froguard
Copy link

Froguard commented Nov 9, 2016

If I wanna use your qs, should I write code as this?

var newQs = require('./node_modules/querystring');

And what is the difference between your querystring and node build-in querystring, a little confused

@mateusvahl
Copy link

@Froguard this module seems have the same API of node build-in querystring, but it targets a web browser.

@bert-w
Copy link

bert-w commented Feb 15, 2017

how exactly does it target a browser? One can only tell by looking at the test platforms.

Anyway, for some reason, this module works in my Titanium project (js framework for apps) and the query-string does not

@mk-pmb
Copy link

mk-pmb commented Feb 24, 2017

how exactly does it target a browser?

Usually that means it uses only those features of JavaScript that are available in usual browsers. (As opposed to modules that use features specific to Node.js.)

@medikoo
Copy link
Collaborator

medikoo commented Apr 11, 2017

See proposed roadmap #20 it's the intention for future versions

@medikoo medikoo closed this as completed Apr 11, 2017
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

No branches or pull requests

5 participants