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