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

In general the mapping from URLs to files on the filesystem will not be 1:1. E.g. on Windows `/path` and `/PATH` are the same file. This just adds one more case of this type.

This generally comes down to the question as to how module maps are to be keyed: by "request URL" (~ module specifier) or "response URL" (~file inode).

-- 
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-703693937

Received on Monday, 5 October 2020 15:07:49 UTC