You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: