RTCDataChannel

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

binaryType
void binaryType(RTCDataChannelType binaryType)
Undocumented in source. Be warned that the author may not have intended to support it.
binaryType
RTCDataChannelType binaryType()
Undocumented in source. Be warned that the author may not have intended to support it.
bufferedAmount
uint bufferedAmount()
Undocumented in source. Be warned that the author may not have intended to support it.
bufferedAmountLowThreshold
void bufferedAmountLowThreshold(uint bufferedAmountLowThreshold)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferedAmountLowThreshold
uint bufferedAmountLowThreshold()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
id
ushort id()
Undocumented in source. Be warned that the author may not have intended to support it.
label
string label()
Undocumented in source. Be warned that the author may not have intended to support it.
maxPacketLifeTime
Optional!(ushort) maxPacketLifeTime()
Undocumented in source. Be warned that the author may not have intended to support it.
maxRetransmits
Optional!(ushort) maxRetransmits()
Undocumented in source. Be warned that the author may not have intended to support it.
onbufferedamountlow
void onbufferedamountlow(Optional!(T0) onbufferedamountlow)
Undocumented in source. Be warned that the author may not have intended to support it.
onbufferedamountlow
EventHandler onbufferedamountlow()
Undocumented in source. Be warned that the author may not have intended to support it.
onclose
void onclose(Optional!(T0) onclose)
Undocumented in source. Be warned that the author may not have intended to support it.
onclose
EventHandler onclose()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
void onmessage(Optional!(T0) onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
EventHandler onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
void onopen(Optional!(T0) onopen)
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
EventHandler onopen()
Undocumented in source. Be warned that the author may not have intended to support it.
ordered
bool ordered()
Undocumented in source. Be warned that the author may not have intended to support it.
protocol
string protocol()
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
RTCDataChannelState readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
reliable
bool reliable()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Blob data)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ArrayBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ArrayBufferView data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta