Skip to content
SiteEmail

MutationObserver

#include <MutationObserver.idl>

Name
MutationObserverMutationObserver(MutationCallback callback)
voidobserve(Node target, optional MutationObserverInit options)
voiddisconnect()
sequence< MutationRecord >takeRecords()
MutationObserver MutationObserver(
MutationCallback callback
)
void observe(
Node target,
optional MutationObserverInit options
)
void disconnect()
sequence< MutationRecord > takeRecords()