1. DomName('Element.insertAdjacentText')
void insertAdjacentText(String where, String text)

Source

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