PerformanceObserverEntryList

@native @JSType trait PerformanceObserverEntryList extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

Returns

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

def getEntriesByName(name: String): Array[PerformanceEntry]
Returns

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.

def getEntriesByName(name: String, `type`: EntryType): Array[PerformanceEntry]
Returns

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

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object