WebIDLpedia

PerformanceObserverEntryList interface

Definition

Performance Timeline defines PerformanceObserverEntryList



[Exposed=(Window,Worker)]
interface PerformanceObserverEntryList {
  PerformanceEntryList getEntries();
  PerformanceEntryList getEntriesByType (DOMString type);
  PerformanceEntryList getEntriesByName (DOMString name, optional DOMString type);
};