Dart
dart:html
WorkerPerformance
getEntriesByType method
getEntriesByType
description
getEntriesByType
method
Null safety
List
<
PerformanceEntry
>
getEntriesByType
(
String
entryType
)
Implementation
List<PerformanceEntry> getEntriesByType(String entryType) native;
Dart
dart:html
WorkerPerformance
getEntriesByType method
WorkerPerformance class
Properties
hashCode
memory
on
runtimeType
timeOrigin
Methods
addEventListener
clearMarks
clearMeasures
clearResourceTimings
dispatchEvent
getEntries
getEntriesByName
getEntriesByType
mark
measure
noSuchMethod
now
removeEventListener
setResourceTimingBufferSize
toString
Operators
operator ==