detached 方法

void detached()

当此元素从活动文档中移除时,由DOM调用。

警告:此API是多个自定义元素API的一部分,这些API不再受支持。草案规范。

实现

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