-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle relative URLs for resolveURL
#37
Comments
why not
|
in URL spec, file and directory are both part of path. This behavior is also consistent with URL: // file://some/path/bar
new URL('../bar', 'file://some/path/foo/bar').toString() |
8 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on #35, #36.
previous work: #15
The text was updated successfully, but these errors were encountered: