Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.rtc
/
RTCDataChannel
/
send
send
fun
send
(
data
:
String
)
(
source
)
MDN Reference
fun
send
(
data
:
Blob
)
(
source
)
fun
send
(
data
:
ArrayBuffer
)
(
source
)
fun
send
(
data
:
ArrayBufferView
<
*
>
)
(
source
)