检查当前平台是否支持mutation observer API。
static bool get supported { return JS( 'bool', '!!(window.MutationObserver || window.WebKitMutationObserver)'); }