Variable PerformanceObserver

    PerformanceObserver: {
        prototype: PerformanceObserver;
        supportedEntryTypes: readonly string[];
        new (callback: PerformanceObserverCallback): PerformanceObserver;
    }

    Type declaration