-
Notifications
You must be signed in to change notification settings - Fork 27
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
URL Standard – new URL()
#145
Comments
(I would be okay with excluding some of the tests, such as those related to ShadowRealm.) |
URL compat is a P2 for Google's closure library. "Could turn down goog.url and possibly help further migration off of goog.uri." |
In the MDN short survey on APIs & JavaScript, "URL (parsing and API)" was selected by ~21% of survey takers, putting it in the top third of options. (There is some uncertainty as with any survey data.) |
From #253:
|
Thank you for proposing URL standard for inclusion in Interop 2023. We are pleased to let you know that this proposal was accepted as the URL focus area. You can follow the progress of this Focus Area on the Interop 2023 dashboard. For an overview of our process, see the proposal selection summary. Thank you for contributing to Interop 2023! Posted on behalf of the Interop team. |
Description
Let's make 2023 the year all browsers agree on a fundamental piece of the web: URLs as defined in the URL Standard.
Rationale
URLs are extremely widely used and as such would benefit from being fully interoperable.
Developers have also complained that
new URL()
doesn't work the same across browsers and doesn't always give the expected results for non-special schemes (e.g., non-WebKit browsers tend to stuff everything in the path).Specification
https://url.spec.whatwg.org
Tests
https://wpt.fyi/results/url
The text was updated successfully, but these errors were encountered: