Re: [whatwg/url] Inconsistency when using URLSearchParams to mutate a URL (#478)

Of the 5, I may be biased since it's my proposal but, ignoring option 1, option 2 has the least likely chance of being breaking (or at least disruptive). Option 3 may have been the better choice if we were starting from scratch but at this point I don't believe it's worth potentially breaking anything with the change in semantics and introducing entirely new API artifacts just does not seem justified. 4 is an Ok option but we'd likely end up implementing it in much the same way we'd implement 2 -- that is, this `RealURLSearchParams` would essentially just be an alias for the current `URLSearchParams` with the internal mode set, so I doubt there's any real difference.

-- 
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/478#issuecomment-621207009

Received on Wednesday, 29 April 2020 13:30:14 UTC