-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Parse relative URLs #54
Comments
No, this is a strict implementation according to the URL spec. |
What are our options then? And, why not modify the spec to support relative URLs? |
First you'd have to specify what a relative URL is, and what data structure it parses to. Sounds like a large multi-month effort, with unclear benefit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... containing only a path and hash. Is this possible? I know that the browser implementation of
URL
does not.The text was updated successfully, but these errors were encountered: