PerformanceObserver
interface PerformanceObserver {
disconnect(): void;
observe(options?: PerformanceObserverInit): void;
takeRecords(): PerformanceEntryList;
}var PerformanceObserver: {
prototype: PerformanceObserver;
readonly supportedEntryTypes: ReadonlyArray<string>;
new (callback: PerformanceObserverCallback): PerformanceObserver;
};§Methods
§
observe(options?: PerformanceObserverInit): void
[src]§
takeRecords(): PerformanceEntryList
[src]