Dart
dart:html
Performance
getEntriesByName method
getEntriesByName
description
getEntriesByName
method
Null safety
List
<
PerformanceEntry
>
getEntriesByName
(
String
name
,
String
?
entryType
)
Implementation
List<PerformanceEntry> getEntriesByName(String name, String? entryType) native;
Dart
dart:html
Performance
getEntriesByName 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