- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 21 Dec 2022 23:48:37 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 December 2022 07:48:49 UTC
Those `pathname` setter issues were not quite unrelated as @domenic noticed during review (thanks!). I mistakenly thought `url.pathname = "blah "` would already result in "`blah`" (trailing space removed), but that is not the case. So the setters impacted here are `pathname`, `search`, and `hash`. I think WebKit doesn't tackle `pathname` at the moment. We'll file bugs as part of the PR. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/651#issuecomment-1362517377 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/651/1362517377@github.com>
Received on Thursday, 22 December 2022 07:48:49 UTC