Why does file: protocol has 3 (back)slashes in this URL?
file:///C:/Users
(C:/Users is the path name of this URL.)
How does an URL parser handle it?
I thought the last slash of these 3 slashes could mean 'path', I put a host name before declaring it, like
file://domainname.extension/C:/Users
but JavaScript's URL parser ignores this domain name.