Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.99 KB

COMPATIBILITY.md

File metadata and controls

37 lines (27 loc) · 2.99 KB

Compatibility

This is based on caniuse tables and may not always be accurate

Last updated: 2023-04-15

Browser Supported versions Usage of supported versions Usage of unsupported versions Necessary Polyfills (for supported versions)
Chrome >33 ~25% 0.14% URLSearchParams1
Edge >12 ~2.6% 0% URLSearchParams1
Safari (Desktop) >7 ~4.4% 0.04% URLSearchParams1
Firefox >29 ~3% 0.18% None
IE 10, 11 0.42% 0.13% Promise, URLSearchParams
Chrome for Android >1112 ~41% Unknown None
Safari (Mobile) >12.1 ~1% 0.01% None
Samsung Internet >4 ~2.7% 0% None
Opera Mini None Unknown ~1% None
Opera Mobile 732 0.01% 0% None
UC Browser for Android >13.4 0.91% 0% None
Firefox for Android >1102 0.3% 0% None
Android Browser >4.4.4 0.25% 0.18% URLSearchParams1
Total Unknown 98.4% 1.6% Promise on IE, URLSearchParams1

Sources

If you want to check something yourself or want newer info, take a look at this:

Only relevant sources will be included here

XHR2 Promise URLSearchParams

Footnotes

  1. Only if you wish to support legacy browsers and only when using POST requests with data 2 3 4 5

  2. Previous versions are probably supported too 2 3