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

Getting URLSearchParams warning that doesn't seem correct #515

Open
SamSamskies opened this issue Feb 16, 2022 · 1 comment
Open

Getting URLSearchParams warning that doesn't seem correct #515

SamSamskies opened this issue Feb 16, 2022 · 1 comment

Comments

@SamSamskies
Copy link

Warning says URLSearchParams is not supported in Safari 15, Firefox 93, Chrome 94 compat/compat, but URLSearchParams has been supported since Safari 10.1, Firefox 29, and Chrome 49.

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

Your tests seem to confirm the numbers from MDN, so not sure why this warning is being displayed.

code: "new URLSearchParams()",
settings: {
browsers: ["chrome 49", "safari 10.1", "firefox 44"],
},

I noticed this warning when I was using v3.5.1. I just upgraded to v4.0.2 and I'm still seeing the same warning.

@koddsson
Copy link
Contributor

Hey, hey! I've tried reproducing this here, but it works for me. It might have been fixed in version 4.1.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

No branches or pull requests

2 participants