Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PerformanceObserverEntryList

interface PerformanceObserverEntryList {
getEntries(): PerformanceEntryList;
getEntriesByName(name: string, type?: string): PerformanceEntryList;
getEntriesByType(type: string): PerformanceEntryList;
}
var PerformanceObserverEntryList: {};

§Methods

§
getEntriesByName(name: string, type?: string): PerformanceEntryList
[src]
§
getEntriesByType(type: string): PerformanceEntryList
[src]