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

feat: replace querystring with urlsearchparams #411

Conversation

martinmunillas
Copy link
Contributor

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

The querystring API is deprecated

Breaking Changes

changing the querystring API for the URLSearchParams API could bring breaking changes as the querystring API remove trailing characters from the params and URLSearchParams don't, but in the webpack hot middleware case, this should not be a breaking change, also the URLSearchParams API is not available in node 0.4 and below, that might be a little issue

Additional Info

2021-09-05_13-09

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 5, 2021

CLA Signed

The committers are authorized under a signed CLA.

@silkfire
Copy link

silkfire commented Apr 3, 2022

What prevents this PR from being merged? @glenjamin

@gian-luca-weston
Copy link

Is this fix planned to be merged soon? @glenjamin

@glenjamin glenjamin force-pushed the feature/replace-querystring-with-urlsearchparams branch from 21c483f to 240cd16 Compare August 11, 2022 15:09
@glenjamin glenjamin merged commit bc7e9bd into webpack-contrib:master Aug 11, 2022
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

5 participants