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 upMake URLSearchParams iterable #13022
Closed
Labels
Comments
|
I try it. |
|
Great! Ask questions if anything is unclear! |
bors-servo
added a commit
that referenced
this issue
Aug 27, 2016
Make URLSearchParams iterable #13022 <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #13022 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13077) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Oct 7, 2016
Make URLSearchParams iterable. Fixes #13022. Fixes #13077. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13637) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocked on #12819. We're missing
iterable<USVString, USVString>;fromURLSearchParams.webidl, which will require implementing theIterabletrait forURLSearchParams. See #12998 for an example of doing this.Code:
components/script/dom/webidls/URLSearchParams.webidl,components/script/dom/urlsearchparams.rsTest: create a test in
tests/wpt/web-platform-tests/urlthat tests the properties of the iterating over a URLSearchParam