Re: [url] Let's strip leading '?' if present in `URLSearchParams` init string param (#81)

@jakearchibald the use case could be as follows: 

perhaps someone will have a need to serialize the query string into localstorage or whatever else, and then read it back; in such case they may want to store `location.search` which has a leading `?`; then the `new URLSearchParams(location.search)` having the feature of stripping the leading `?` may save themselves some bugs.

@annevk My full name is `Jakub Gieryluk`

Thanks guys for the discussion!

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/81#issuecomment-183662348

Received on Saturday, 13 February 2016 13:07:38 UTC