getEntries method
Returns an array of PerformanceEntry objects that report a series of recorded events in chronological order, based on startTime.
![]() |
Syntax
var retVal = performance.getEntries();Parameters
This method has no parameters.
Return value
Type: any
A PerformanceEntryList object, which is an array containing PerformanceEntry objects.
Standards information
See also
Show:
