menu
Dart
dart:html
WorkerPerformance
getEntriesByType method
getEntriesByType
brightness_4
brightness_5
description
getEntriesByType
method
List
<
PerformanceEntry
>
getEntriesByType
(
String
entryType
)
Implementation
List<PerformanceEntry> getEntriesByType(String entryType) native;
Dart
dart:html
WorkerPerformance
getEntriesByType method
WorkerPerformance class