getEntriesByName method - WorkerPerformance class - dart:html library (original) (raw)

description

List<PerformanceEntry> getEntriesByName(

  1. String name,
  2. String? entryType )

Implementation

List<PerformanceEntry> getEntriesByName(
  String name,
  String? entryType,
) native;