- From: Daijiro Wachi <notifications@github.com>
- Date: Mon, 19 Oct 2020 04:50:14 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 October 2020 11:50:27 UTC
The thing is `//a` is also a valid value as path* and we might not know if users want to handle the input as host or path. > Wouldn't it be extremely confusing that // would have very different behavior from //a? *I think `//a` should be a valid value as path since `new URL('https://example.com//a')` works and its pathname is `//a`. -- 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/553#issuecomment-712103164
Received on Monday, 19 October 2020 11:50:27 UTC