Mutation Observer
open external class MutationObserver(callback: (Array<MutationRecord>, MutationObserver) -> Unit)
Content copied to clipboard
Exposes the JavaScript MutationObserver to Kotlin
Constructors
MutationObserver
Link copied to clipboard
fun MutationObserver(callback: (Array<MutationRecord>, MutationObserver) -> Unit)
Content copied to clipboard
Functions
disconnect
Link copied to clipboard
observe
Link copied to clipboard
fun observe(target: Node, options: MutationObserverInit = definedExternally)
Content copied to clipboard
take Records
Link copied to clipboard