- From: jakub-g <notifications@github.com>
- Date: Sat, 13 Feb 2016 05:07:10 -0800
- To: whatwg/url <url@noreply.github.com>
Received on Saturday, 13 February 2016 13:07:38 UTC
@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