Results 1 - 3 of 3

PerformanceObserverEntryList.getEntries()

The getEntries() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given filter. The list's members are determined by the set of entry types specified in the call to the observe() method. The list is available in the observer's callback function (as the first parameter in the callback).
API Method PerformanceObserverEntryList Reference Web Performance

PerformanceObserverEntryList.getEntriesByName()

The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given name and entry type. The list's members are determined by the set of entry types specified in the call to the observe() method. The list is available in the observer's callback function (as the first parameter in the callback).
API Method PerformanceObserverEntryList Reference Web Performance

PerformanceObserverEntryList.getEntriesByType()

The getEntriesByType() method of the PerformanceObserverEntryList returns a list of explicitly observed performance entry objects for a given performance entry type. The list's members are determined by the set of entry types specified in the call to the observe() method. The list is available in the observer's callback function (as the first parameter in the callback).
API Method PerformanceObserverEntryList Reference Web Performance