getEntries method
The getEntries()
method of the PerformanceObserverEntryList
interface returns a list of explicitly observed PerformanceEntry
objects. 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 getEntries();