@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PerformanceObserverEntryList")
public class PerformanceObserverEntryList
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
PerformanceObserverEntryList() |
| Modifier and Type | Method and Description |
|---|---|
JsArray<PerformanceEntry> |
getEntries()
The getEntries() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given filter.
|
JsArray<PerformanceEntry> |
getEntriesByName(java.lang.String name)
The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given name and entry type.
|
JsArray<PerformanceEntry> |
getEntriesByName(java.lang.String name,
java.lang.String type)
The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given name and entry type.
|
JsArray<PerformanceEntry> |
getEntriesByType(java.lang.String type)
The getEntriesByType() method of the PerformanceObserverEntryList returns a list of explicitly observed performance entry objects for a given performance entry type.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@Nonnull public JsArray<PerformanceEntry> getEntries()
@Nonnull public JsArray<PerformanceEntry> getEntriesByName(@Nonnull java.lang.String name, @Nonnull java.lang.String type)
@Nonnull public JsArray<PerformanceEntry> getEntriesByName(@Nonnull java.lang.String name)
@Nonnull public JsArray<PerformanceEntry> getEntriesByType(@Nonnull java.lang.String type)