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

Firefox implementation landed in Fx29, since it's Firefox-only the usage is probably very low for now

https://bugzilla.mozilla.org/show_bug.cgi?id=887836
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

Regarding polyfills of `window.URL` I only found two (excluding discontinued ones from @annevk and @arv):

https://github.com/inexorabletash/polyfill#url-api implements the same behavior as Firefox and Chrome Canary now
https://github.com/Polymer/URL/blob/master/url.js doesn't support `URLSearchParams` at all

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

Received on Friday, 5 February 2016 12:10:56 UTC