Re: [whatwg/url] Encode ' in username and password (#608)

The WHATWG URL Standard internally stores components in a percent-encoded form, to make full URL serializing simpler (it's just string concatenation). That is already the _status quo,_ and not a focus of this issue.

Though the original issue was phrased in terms of the JavaScript getters, it could equivalently be phrased as "should `'` be percent-encoded in the serialized result (`new URL(...).href`)?"

-- 
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/608#issuecomment-846828272

Received on Monday, 24 May 2021 07:24:43 UTC