Package elemental2.dom
Class PerformanceObserver
- java.lang.Object
-
- elemental2.dom.PerformanceObserver
-
@JsType(isNative=true, namespace="<global>") public class PerformanceObserver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static elemental2.core.JsArray<java.lang.String>
supportedEntryTypes
-
Constructor Summary
Constructors Constructor Description PerformanceObserver(PerformanceObserverCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disconnect()
java.lang.Object
observe(PerformanceObserverInit options)
elemental2.core.JsArray<PerformanceEntry>
takeRecords()
-
-
-
Constructor Detail
-
PerformanceObserver
public PerformanceObserver(PerformanceObserverCallback callback)
-
-
Method Detail
-
disconnect
public void disconnect()
-
observe
public java.lang.Object observe(PerformanceObserverInit options)
-
takeRecords
public elemental2.core.JsArray<PerformanceEntry> takeRecords()
-
-