getEntriesByType method - Performance class - dart:html library (original) (raw)

description

List<PerformanceEntry> getEntriesByType(

  1. String entryType )

Implementation

List<PerformanceEntry> getEntriesByType(String entryType) native;