takeRecords method

PerformanceEntryList takeRecords()

The takeRecords() method of the PerformanceObserver interface returns the current list of PerformanceEntry stored in the performance observer, emptying it out.

Implementation

external PerformanceEntryList takeRecords();