toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.performance
/
PerformanceObserverEntryList
Performance
Observer
Entry
List
external
class
PerformanceObserverEntryList
(
source
)
MDN Reference
Members
Functions
get
Entries
Link copied to clipboard
fun
getEntries
(
)
:
PerformanceEntryList
MDN Reference
get
Entries
By
Name
Link copied to clipboard
fun
getEntriesByName
(
name
:
String
,
type
:
String
=
definedExternally
)
:
PerformanceEntryList
MDN Reference
get
Entries
By
Type
Link copied to clipboard
fun
getEntriesByType
(
type
:
String
)
:
PerformanceEntryList
MDN Reference