Variable PerformanceObserver
PerformanceObserver : {
prototype: PerformanceObserver;
supportedEntryTypes: readonly string[];
new (callback: PerformanceObserverCallback): PerformanceObserver;
}
prototype: PerformanceObserver;
supportedEntryTypes: readonly string[];
new (callback: PerformanceObserverCallback): PerformanceObserver;
}
Type declaration
- new (callback): PerformanceObserver
Parameters
- callback: PerformanceObserverCallback
Returns PerformanceObserver
prototype: PerformanceObserver
Readonly
supportedEntry : readonly string[]Types
MDN Reference