performanceObserverEntryList.getEntries()
返回 PerformanceEntry 对象的列表,按照相对于 performanceEntry.startTime 的时间顺序排列。
- Returns: <PerformanceEntry[]>
Returns a list of PerformanceEntry objects in chronological order
with respect to performanceEntry.startTime.