Get the Newsletter

getEntriesByType

A Method

getEntriesByType(entryType: string): any

Returns a list of PerformanceEntry objects of the given entry type.

Parameters

entryType: string
The type of entry to retrieve such as "mark". The valid entry types are listed in PerformanceEntry.entryType.