detached 方法

void detached()

当 domelement 从活文档中移除时,由DOM调用。

更多信息可以在自定义元素草案规范中找到。

实现

void detached() {
  // For the deprecation period, call the old callback.
  leftView();
}