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 OpenEndedDictionary #13144
Closed
Labels
Comments
|
Gecko's solution to this is the |
|
I'm looking into this. |
This was referenced Sep 19, 2016
Return a ConversionResult::Failure when converting a non-iterable value to Vec.
servo/rust-mozjs#306
Merged
Merged
bors-servo
added a commit
that referenced
this issue
Sep 21, 2016
Implement the MozMap type. Fixes #13144. <!-- 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/13332) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A good portion of web platform tests for
dom::headers,dom::request, anddom::responseare failing due to missing OpenEndedDictionary implementation.These failing tests throw the message,
(some) dict is not iterable.OpenEndedDictionary is a future IDL construct, and there is an ongoing discussion about it here.