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

Replace node:querystring with URLSearchParams #5730

Closed
wants to merge 1 commit into from

Conversation

TheDevMinerTV
Copy link

As discussed in #5723, I've replaced node:querystring with URLSearchParams for better interoperability and standards compliance.

The "multiple keys" scenario isn't defined by the URL and URLSearchParams spec so the JSONP test for checking that the first callback parameter is used, is failing.
You can read more here: https://www.rfc-editor.org/rfc/rfc3986#section-3.4 https://url.spec.whatwg.org/#urlsearchparams

❔ How do we want to proceed with this?

The "multiple keys" scenario isn't defined by the URL spec so the JSONP test is failing.
Read more: https://www.rfc-editor.org/rfc/rfc3986#section-3.4
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.

1 participant