PerformanceObserverEntryList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

getEntries
auto getEntries(PerformanceEntryFilterOptions filter)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntries
auto getEntries()
Undocumented in source. Be warned that the author may not have intended to support it.
getEntriesByName
auto getEntriesByName(string name, string entryType)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntriesByName
auto getEntriesByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntriesByType
auto getEntriesByType(string entryType)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta