MutationObserver

open external class MutationObserver(callback: (Array<MutationRecord>, MutationObserver) -> Unit)

Exposes the JavaScript MutationObserver to Kotlin

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun observe(target: Node, options: MutationObserverInit = definedExternally)
Link copied to clipboard