toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.performance
/
PerformanceObserver
Performance
Observer
external
class
PerformanceObserver
(
callback
:
PerformanceObserverCallback
)
(
source
)
MDN Reference
Members
Constructors
Performance
Observer
Link copied to clipboard
constructor
(
callback
:
PerformanceObserverCallback
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
disconnect
Link copied to clipboard
fun
disconnect
(
)
MDN Reference
observe
Link copied to clipboard
fun
observe
(
options
:
PerformanceObserverInit
=
definedExternally
)
MDN Reference
take
Records
Link copied to clipboard
fun
takeRecords
(
)
:
PerformanceEntryList
MDN Reference