Package elemental2.dom
Interface RTCDataChannelInitRecord_
-
@JsType(isNative=true, namespace="<global>") public interface RTCDataChannelInitRecord_
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RTCDataChannelInitRecord_
create()
boolean
isReliable()
void
setReliable(boolean reliable)
-
-
-
Method Detail
-
create
@JsOverlay static RTCDataChannelInitRecord_ create()
-
isReliable
@JsProperty boolean isReliable()
-
setReliable
@JsProperty void setReliable(boolean reliable)
-
-