Dart API Referencedart:htmlMutationObserver

MutationObserver Interface

Constructors

Code new MutationObserver(MutationCallback callback) #

MutationObserver(MutationCallback callback);

Methods

Code void disconnect() #

void disconnect();

Code void observe(Node target, [Map options, bool childList, bool attributes, bool characterData, bool subtree, bool attributeOldValue, bool characterDataOldValue, List<String> attributeFilter]) #

void observe(Node target,
             [Map options,
              bool childList,
              bool attributes,
              bool characterData,
              bool subtree,
              bool attributeOldValue,
              bool characterDataOldValue,
              List<String> attributeFilter]);

Code List<MutationRecord> takeRecords() #

List<MutationRecord> takeRecords();