Chromium Code Reviews
DescriptionExposing raw DOM lists from wrappers
This is to make them transferrable via dart:js
So basically all of our wrappers implement NodeListWrapper (which is defined in html_common).
One can check if the Dart list is a NodeListWrapper, then call rawList if so.
The result of rawList is typed as List<Node>, which should be either NodeList or HtmlCollection.
BUG=14485
R=justinfagnani@google.com
Committed: https://code.google.com/p/dart/source/detail?r=29322
Patch Set 1 #
Total comments: 2
Patch Set 2 : Covering FilteredElementList #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||