toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
MutationObserver
Mutation
Observer
open
class
MutationObserver
(
callback
:
(
JsArray
<
MutationRecord
>
,
MutationObserver
)
->
Unit
)
:
JsAny
Exposes the JavaScript
MutationObserver
to Kotlin
Members
Constructors
Mutation
Observer
Link copied to clipboard
constructor
(
callback
:
(
JsArray
<
MutationRecord
>
,
MutationObserver
)
->
Unit
)
Functions
disconnect
Link copied to clipboard
fun
disconnect
(
)
observe
Link copied to clipboard
fun
observe
(
target
:
Node
,
options
:
MutationObserverInit
)
take
Records
Link copied to clipboard
fun
takeRecords
(
)
:
JsArray
<
MutationRecord
>