We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should try to match Node behavior in the browser, and to do so, instead of returning null, we'd need to implement Node's fallback:
null
https://github.com/nodejs/node/blob/908292cf1f551c614a733d858528ffb13fb3a524/lib/querystring.js#L397-L403 which specifically uses https://github.com/nodejs/node/blob/908292cf1f551c614a733d858528ffb13fb3a524/lib/querystring.js#L67-L108
The text was updated successfully, but these errors were encountered:
FWIW I think compatibility with Node.js querystring module has never been an objective. This module does not even handle arrays.
querystring
Sorry, something went wrong.
No branches or pull requests
We should try to match Node behavior in the browser, and to do so, instead of returning
null
, we'd need to implement Node's fallback:https://github.com/nodejs/node/blob/908292cf1f551c614a733d858528ffb13fb3a524/lib/querystring.js#L397-L403 which specifically uses https://github.com/nodejs/node/blob/908292cf1f551c614a733d858528ffb13fb3a524/lib/querystring.js#L67-L108
The text was updated successfully, but these errors were encountered: