The WHATWG URL specification is adding Windows file path
handling support. Windows drive letter patterns should
automatically convert to file:/// URLs when parsing.
Expected behavior
new URL("C:\\folder\\file.txt")
// Should output: file:///C:/folder/file.txt
Related links
The WHATWG URL specification is adding Windows file path
handling support. Windows drive letter patterns should
automatically convert to file:/// URLs when parsing.
Expected behavior
Related links
accepting windows backslash paths web-platform-tests/wpt#53459