public class MutationObserver
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
MutationObserver.MutationObserverCallbackFn |
Constructor and Description |
---|
MutationObserver(MutationObserver.MutationObserverCallbackFn callback) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
disconnect() |
void |
observe(Node target) |
void |
observe(Node target,
MutationObserverInit options) |
MutationRecord[] |
takeRecords() |
public MutationObserver(MutationObserver.MutationObserverCallbackFn callback)
public java.lang.Object disconnect()
public void observe(Node target, MutationObserverInit options)
public void observe(Node target)
public MutationRecord[] takeRecords()