- @DomName('Element.insertAdjacentText')
Source
@DomName('Element.insertAdjacentText') void insertAdjacentText(String where, String text) { throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); }
@DomName('Element.insertAdjacentText') void insertAdjacentText(String where, String text) { throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); }