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