getEntriesByType method
- String type
The getEntriesByType() method of the PerformanceObserverEntryList
returns a list of explicitly observed PerformanceEntry objects for a
given PerformanceEntry.entryType. The list's members are determined by
the set of PerformanceEntry.entryType specified in the call to the
PerformanceObserver.observe method. The list is available in the
observer's callback function (as the first parameter in the callback).
Implementation
external PerformanceEntryList getEntriesByType(String type);