phetsims / query-string-machine

Query String Machine is a query string parser that supports type coercion, default values & validation. No dependencies.
MIT License
3 stars 3 forks source link

Use URLSearchParams after we drop IE support #36

Open samreid opened 4 years ago

samreid commented 4 years ago

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams looks great but is not supported on IE. Once we drop IE support, this could clean up our parsing logic.

zepumph commented 3 years ago

We have dropped support for IE. I'm going to assign myself and @samreid, feel free to unassign if you aren't interested at this time.

samreid commented 3 years ago

I'm glad we can do this now, but it would not be a priority for me for several months. I support you!