Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.performance
/
PerformanceObserver
Performance
Observer
open
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