Re: [whatwg/url] Drive letters get duplicated when resolving Windows file: URL with base (#303)

Act like host doesn't mean exposed as one. It just means that when resolving URLs they act like a base.

```new URL('test', 'file:///c:/x').href
"file:///c:/test"```

-- 
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/303#issuecomment-298060188

Received on Friday, 28 April 2017 17:35:42 UTC