PerformanceObserverEntryList
interface PerformanceObserverEntryList {
getEntries(): PerformanceEntryList;
getEntriesByType(type: string): PerformanceEntryList;
}var PerformanceObserverEntryList: {
prototype: PerformanceObserverEntryList;
new (): PerformanceObserverEntryList;
};§Methods
§
getEntries(): PerformanceEntryList
[src]§
getEntriesByType(type: string): PerformanceEntryList
[src]