Interface Performance

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

Hierarchy

Properties

eventCounts: EventCounts

Deprecated

MDN Reference

onresourcetimingbufferfull: ((this, ev) => any)

Type declaration

timeOrigin: number

Deprecated

MDN Reference

Methods

  • Type Parameters

    • K extends "resourcetimingbufferfull"

    Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    • Optional markName: string

    Returns void

  • Parameters

    • Optional measureName: string

    Returns void

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    MDN Reference

    Parameters

    Returns boolean

  • Type Parameters

    • K extends "resourcetimingbufferfull"

    Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    • maxSize: number

    Returns void