Package elemental2.dom
Interface RTCPeerConnection.GetStatsUnionType
-
- Enclosing class:
- RTCPeerConnection
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCPeerConnection.GetStatsUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default elemental2.promise.Promise<RTCStatsReport>
asPromise()
default RTCStatsReport
asRTCStatsReport()
default boolean
isPromise()
static RTCPeerConnection.GetStatsUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCPeerConnection.GetStatsUnionType of(java.lang.Object o)
-
asPromise
@JsOverlay default elemental2.promise.Promise<RTCStatsReport> asPromise()
-
asRTCStatsReport
@JsOverlay default RTCStatsReport asRTCStatsReport()
-
isPromise
@JsOverlay default boolean isPromise()
-
-