Re: [whatwg/url] Use empty host for file URL's (#260)

Yes, fixes validation bug. Parsing: `file://host/C:/` and `file:///C:/` now parses to "" host, previously to null. Serializing for file URL is the same host is null or "" - so no impact.

-- 
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/pull/260#issuecomment-284814380

Received on Tuesday, 7 March 2017 18:36:19 UTC