parent
76f1f9f1e3
commit
630d93150a
@ -221,7 +221,7 @@ class BrowserDomAdapter extends GenericBrowserDomAdapter {
|
|||||||
_supportsTemplateElement ? el.content : el;
|
_supportsTemplateElement ? el.content : el;
|
||||||
Node firstChild(el) => el.firstChild;
|
Node firstChild(el) => el.firstChild;
|
||||||
Node nextSibling(Node el) => el.nextNode;
|
Node nextSibling(Node el) => el.nextNode;
|
||||||
Element parentElement(Node el) => el.parent;
|
Element parentElement(Node el) => el.parentNode;
|
||||||
List<Node> childNodes(Node el) => el.childNodes;
|
List<Node> childNodes(Node el) => el.childNodes;
|
||||||
List childNodesAsList(Node el) => childNodes(el).toList();
|
List childNodesAsList(Node el) => childNodes(el).toList();
|
||||||
void clearNodes(Node el) {
|
void clearNodes(Node el) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user