Public Member Functions | |
MutationObserver | MutationObserver (MutationCallback callback) |
void | observe (Node target, optional MutationObserverInit options) |
void | disconnect () |
sequence< MutationRecord > | takeRecords () |
MutationObserver MutationObserver::MutationObserver | ( | MutationCallback | callback | ) |
void MutationObserver::disconnect | ( | ) |
void MutationObserver::observe | ( | Node | target, |
optional MutationObserverInit | options | ||
) |
sequence<MutationRecord> MutationObserver::takeRecords | ( | ) |