Support the searchParams property of URL objects
Add support for the URLSearchParams interface (https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) and the corresponding searchParams property of URL objects (https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams)

URLSearchParams has been implemented and will be included in an upcoming Windows 10 Insider Preview Build.
10 comments
-
iitfie commented
I don't think why Microsoft kills its own browser by delaying everything that Mozilla and Google do quickly. do Microsoft CEO thinks it is a better strategy, After bill gates Microsoft dying a slow death.
Why EDGE is last in releasing anything to web. I personnaly liked EDGE when it was launched ,but again it started doing same as IE
-
Joe commented
According to https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8993198/, this has been implemented and will be available in next release of Windows Insider update.
-
yavorski commented
+3
-
Philip Walton commented
I second what Jake said. I know of (and have worked on) several, widely-used libraries that assume support for URLSearchParams.
These would likely break if Edge shipped Service Worker without this.
-
Nicolás Parada commented
Still nothing...
-
SamKeays commented
This would be useful, if nothing else to standardise this extremely useful API across browsers..
-
styfle commented
This was assigned to someone on [October 2016][0] but it still isn't implemented. It's kind of sad that its 2017 and we still don't have native url parameter parsing...one of the most basic features of the web.
[0]: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8993198/
-
Jake Archibald commented
This may become a prerequisite for service workers. They're really useful there, and it wouldn't surprise me if it was used in the wild.
-
Anna commented
Would be very useful, helps preventing reinventing the wheel
-
David Storey [MSFT] commented