Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PerformanceObserverEntryList

Index

Methods

getEntries

  • Returns PerformanceEntry[]

    a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime.

getEntriesByName

  • Parameters

    • name: string
    • Optional type: undefined | string

    Returns PerformanceEntry[]

    a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type.

getEntriesByType

  • Parameters

    • type: string

    Returns PerformanceEntry[]

    Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime whose performanceEntry.entryType is equal to type.

Generated using TypeDoc