Re: [whatwg/url] URL#searchParams#delete and "?" delimiter (#332)

@TimothyGu @achristensen07 I'm inclined to fix this given the surprise in both the Chrome and Firefox bugs. That would mean WebKit has to change its behavior. Though I think Firefox should probably still change to remove the question mark when you remove a non-existent parameter.

My proposal would be to change https://url.spec.whatwg.org/#concept-urlsearchparams-update so that if the serialization is the empty string we set query to null.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/332#issuecomment-314689798

Received on Wednesday, 12 July 2017 08:14:28 UTC