-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove ElementList and NodeList #2712
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
Comments
Added this to the M1 milestone. |
Set owner to @vsmenon. |
Issue #4125 has been merged into this issue. |
4125 was sort of a dupe. There's a distinct mismatch: Document.queryAll : NodeList Is this distinction on purpose? |
That's a mistake as well. Both should be statically typed to return List<Node>. |
Removed Priority-Medium label. |
Let's fix top level queryAll in the meantime. I'm not sure when the blocking issues for this bug will get fixed. Will that work? |
Related is bug 3867 |
Removed the owner. |
Added Fixed label. |
This issue was originally filed by @seaneagan
In dart:html:
ElementList
NodeList
could be removed and references replaced with:
List<Element>
List<Node>
if the following are fixed:
issue #1062
issue #1790
The text was updated successfully, but these errors were encountered: