Variable MutationObserver
MutationObserver: {
prototype: MutationObserver;
new (callback: MutationCallback): MutationObserver;
}
prototype: MutationObserver;
new (callback: MutationCallback): MutationObserver;
}
Type declaration
- new (callback: MutationCallback): MutationObserver
Parameters
- callback: MutationCallback
Returns MutationObserver
prototype: MutationObserver