You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
eslint-plugin-compat/test/e2e.spec.ts
Lines 247 to 250 in 0bf4751
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.
The text was updated successfully, but these errors were encountered: