Y
Hacker News
new
|
ask
|
show
|
jobs
by
chx
2945 days ago
Real life example:
https://caniuse.com/#feat=urlsearchparams
if you need to support IE11 then you can't use the URLSearchParams object. Your best bet is
still
a jQuery library.