Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement URLUtils #4250
Closed
Implement URLUtils #4250
Labels
Comments
|
Go for it! |
|
The gory details of parsing are already implemented in rust-url, although the API is not exposed yet to Rust users because it’s kinda ugly. So what remains to do is the DOM bindings and plugging things together. |
bors-servo
pushed a commit
that referenced
this issue
Aug 30, 2015
Implement setters in URLUtils This fixes #6145 and takes care of most of #4250. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7228) <!-- Reviewable:end -->
|
Is there anything else actionable here? I think this interface is gone whatwg/url#62 |
|
Yeah, we now have HTMLHyperlinkUtils instead, iirc. Nothing to be done here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://url.spec.whatwg.org/#urlutils-and-urlutilsreadonly-members
It's an interface used in several places, for instance HTMLAnchorElement and Location.
I'd like to try and take it on myself.