-
Notifications
You must be signed in to change notification settings - Fork 98
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
Which WebIDL types are maps? #65
Comments
I'll try to tackle this and #14 within the next day or so, along the lines of the strategy of
However, as noted in #61, I think probably such Web IDL-specific stuff should get moved into Web IDL. |
We may want to explicitly disallow objects, because of the ambiguities around own vs inherited properties. Dictionaries and records have unambiguous contents and ordering. |
This closes whatwg/infra#4 and whatwg/infra#65. It also helps a bit with #242.
This closes whatwg/infra#4 and whatwg/infra#65. Partially addresses #242.
Closed by whatwg/webidl@26aa830 (I got the commit message wrong) |
Like #14, but plausible WebIDL maps include at least dictionaries, objects, and records. I care in order to iterate over them.
The text was updated successfully, but these errors were encountered: