getIntersectionList method
Implementation
NodeList getIntersectionList(
DOMRectReadOnly rect, SVGElement? referenceElement) =>
js_util.callMethod(this, 'getIntersectionList', [rect, referenceElement]);
NodeList getIntersectionList(
DOMRectReadOnly rect, SVGElement? referenceElement) =>
js_util.callMethod(this, 'getIntersectionList', [rect, referenceElement]);