void insertAdjacentHtml(
String where,
String text
)

Not documented.

Source

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