Provides access to performance-related information for the current page. It's part of the High Resolution Time API, but is enhanced by the Performance Timeline API, the Navigation Timing API, the User Timing API, and the Resource Timing API.

MDN Reference

interface Performance {
    timeOrigin: number;
    now(): number;
}

Properties

Methods

Properties

timeOrigin: number

Methods