- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 19 Jan 2017 10:33:45 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 18:35:27 UTC
@achristensen07 when looking at paths I found other problems too, some of which crept into your implementation. E.g., `new URL("///x", "foo://y/")` should probably result in `foo:///x`, not `foo://x`. It seems special and non-special are not clearly separated there as they should have been. -- 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/148#issuecomment-273858864
Received on Thursday, 19 January 2017 18:35:27 UTC