MutationObserver

注解
  • @SupportedBrowser(SupportedBrowser.CHROME)
  • @SupportedBrowser(SupportedBrowser.FIREFOX)
  • @SupportedBrowser(SupportedBrowser.SAFARI)
  • @Native("MutationObserver,WebKitMutationObserver")

构造函数

MutationObserver(MutationCallback callback)
工厂

属性

hashCode int
该对象的哈希码。
无设置器继承
runtimeType Type
表示对象的运行时类型。
无设置器继承

方法

disconnect() → void
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
observe(Node target, {bool? childList, bool? attributes, bool? characterData, bool? subtree, bool? attributeOldValue, bool? characterDataOldValue, List<String>? attributeFilter}) → void
观察目标以进行指定的更改。
takeRecords() List<MutationRecord>
toString() String
对象的字符串表示形式。
继承

操作符

operator ==(Object other) bool
等号操作符。
继承

静态属性

supported bool
检查当前平台是否支持 mutation observer API。
无设置器