kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
MutationObserver
Mutation
Observer
JS
open
external
class
MutationObserver
(
callback
:
(
Array
<
MutationRecord
>
,
MutationObserver
)
->
Unit
)
Exposes the JavaScript
MutationObserver
to Kotlin
Constructors
Functions
Constructors
Mutation
Observer
Link copied to clipboard
JS
fun
MutationObserver
(
callback
:
(
Array
<
MutationRecord
>
,
MutationObserver
)
->
Unit
)
Functions
disconnect
Link copied to clipboard
JS
fun
disconnect
(
)
observe
Link copied to clipboard
JS
fun
observe
(
target
:
Node
,
options
:
MutationObserverInit
=
definedExternally
)
take
Records
Link copied to clipboard
JS
fun
takeRecords
(
)
:
Array
<
MutationRecord
>