PerformanceObserverEntryList
package js.html
Available on js
The PerformanceObserverEntryList
interface is a list of peformance events that were explicitly observed via the observe()
method.
Documentation PerformanceObserverEntryList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Methods
getEntries(?filter:Null<PerformanceEntryFilterOptions>):Array<PerformanceEntry>
getEntriesByName(name:String, ?entryType:String):Array<PerformanceEntry>
getEntriesByType(entryType:String):Array<PerformanceEntry>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/PerformanceObserverEntryList.html