takeRecords method
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();
The takeRecords()
method of the PerformanceObserver interface
returns the current list of PerformanceEntry stored in the performance
observer, emptying it out.
external PerformanceEntryList takeRecords();