Skip to content
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

dart:html interfaces that are mutable Lists #5499

Closed
efortuna opened this issue Sep 27, 2012 · 1 comment
Closed

dart:html interfaces that are mutable Lists #5499

efortuna opened this issue Sep 27, 2012 · 1 comment
Assignees
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@efortuna
Copy link
Contributor

For http://code.google.com/p/dart/issues/detail?id=2713 we converted a number of List-like interfaces to either completely implement from list and eliminated the html type, or at least implemented list while keeping the html file. A few trickier interfaces still need some additional cleanup because they are mutable, or the list type contents are not obvious.
 
The remaining classes that we need to visit to decide how List-like we should make them in Dart:

MediaQueryList
SQLResultSetRowList
EventListenerList
DataTransferItemList
MediaList
MediaStreamTrackList
WebKitAnimationList
DOMSettableTokenList
DOMTokenList

@efortuna
Copy link
Contributor Author

efortuna commented Oct 5, 2012

Fixed in r13270


Added Fixed label.

@efortuna efortuna added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Oct 5, 2012
@efortuna efortuna self-assigned this Oct 5, 2012
@efortuna efortuna added this to the M1 milestone Oct 5, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

1 participant