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