Wuelle / Stormlicht

The Stormlicht browser engine.
MIT License
12 stars 0 forks source link

Relative file URL parsing broken on windows #4

Closed Wuelle closed 9 months ago

Wuelle commented 10 months ago

Description

On windows, running cargo r pages/welcome.html fails trying to load file:///\/Users/Lenovo/Documents/browser/pages/welcome.html (which is not a valid path).

The URL parser is likely screwing up when trying to join the current working directory with the provided path.

References