Interface PerformanceObserverInit

    interface PerformanceObserverInit {
        buffered?: boolean;
        entryTypes?: string[];
        type?: string;
    }

    Properties

    buffered?: boolean
    entryTypes?: string[]
    type?: string