MutationObserver
#include <MutationObserver.idl>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| MutationObserver | MutationObserver(MutationCallback callback) |
| void | observe(Node target, optional MutationObserverInit options) |
| void | disconnect() |
| sequence< MutationRecord > | takeRecords() |
Public Functions Documentation
Section titled “Public Functions Documentation”function MutationObserver
Section titled “function MutationObserver”MutationObserver MutationObserver( MutationCallback callback)function observe
Section titled “function observe”void observe( Node target, optional MutationObserverInit options)function disconnect
Section titled “function disconnect”void disconnect()function takeRecords
Section titled “function takeRecords”sequence< MutationRecord > takeRecords()© 2026 Coherent Labs. All rights reserved.