Documentation - v7.4.0
    Preparing search index...

    Type Alias RelativeTime

    RelativeTime: number & { r: "Time relative to navigation start" } & {
        d: "Duration in ms";
    }

    Time relative to the navigation start, in milliseconds. Used for timing events relative to when the page was loaded (sourced from performance.now()).