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

Migrate legacy querystring API to URLSearchParams API (in fireRequest) #4454

Closed
rithviknishad opened this issue Jan 1, 2023 · 0 comments · Fixed by #4508
Closed

Migrate legacy querystring API to URLSearchParams API (in fireRequest) #4454

rithviknishad opened this issue Jan 1, 2023 · 0 comments · Fixed by #4508
Assignees

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Jan 1, 2023

Is your feature request related to a problem? Please describe.

The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

image
(Source)

Describe the solution you'd like
Use URLSearchParams instead.

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

@rithviknishad rithviknishad self-assigned this Jan 1, 2023
@rithviknishad rithviknishad changed the title Migrate legacy querystring API to URLSearchParams API Migrate legacy querystring API to URLSearchParams API (fireRequest) Jan 1, 2023
@rithviknishad rithviknishad changed the title Migrate legacy querystring API to URLSearchParams API (fireRequest) Migrate legacy querystring API to URLSearchParams API (in fireRequest) Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant