This interface defines a fallback to read performance metrics, this happens for example on Safari Mac

interface PerformanceLegacy {
    timing?: PerformanceEntries;
}

Properties

Properties