Checks whether an element is in this element's local DOM tree.
Source
bool isLocalDescendant(Element node) =>
jsElement.callMethod('isLocalDescendant', [node]);
Checks whether an element is in this element's local DOM tree.
bool isLocalDescendant(Element node) =>
jsElement.callMethod('isLocalDescendant', [node]);