支持 属性

bool supported

检查当前平台是否支持 MutationObserver API。

实现

static bool get supported {
  return JS(
      'bool', '!!(window.MutationObserver || window.WebKitMutationObserver)');
}