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 URLSearchParams::getAll #5439
Closed
Labels
Comments
|
I think this is blocked by #544 |
|
Also, we need tests. |
|
I would like to work on this issue. Should I wait till #544 is solved? |
|
Yes. |
|
#544 is done. Marking this as E-Easy again |
|
Hey, I'd like to work on this one if no else is? I added the tests/wpt/metadata/url/interfaces.html.ini And now tests are passing, but I'm not sure if this is the correct way of doing this? |
|
@fmmartins It is! Feel free to make a PR! |
|
@nox Thanks, will do! |
bors-servo
added a commit
that referenced
this issue
Jan 17, 2016
Implement URLSearchParams::getAll Fixes #5439. Please tell me if anything is wrong or needs some change! <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9337) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might be a candidate for 'E-Easy' since
URLSearchParams::getis already donehttps://url.spec.whatwg.org/#dom-urlsearchparams-getall
https://github.com/servo/servo/blob/master/components/script/dom/urlsearchparams.rs