MutationObserver class

Annotations
  • DomName('MutationObserver')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • SupportedBrowser(SupportedBrowser.SAFARI)
  • Experimental()

Constructors

MutationObserver(void callback(List<MutationRecord> mutations, MutationObserver observer))

Static Properties

supported bool
read-only

Instance Methods

disconnect() → void
takeRecords() → List<MutationRecord>
observe(Node target, {bool childList, bool attributes, bool characterData, bool subtree, bool attributeOldValue, bool characterDataOldValue, List<String> attributeFilter}) → void
Observes the target for the specified changes.