Re: [whatwg/url] Changes to file URL path normalization (#544)

I think handling this in a normalization step is the right thing to do. The URL parser can produce many URLs that map to the same file; it's the function of systems built on top of the URL parser (such as HTTP servers, module registries, or standalone helpers like `function urlToFilePath`) to handle that.

-- 
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/544#issuecomment-703717106

Received on Monday, 5 October 2020 15:45:29 UTC