Text
Tells the channel to send data over this channel as text. An external peer (non-Godot) would receive this as a string.
Binary
Tells the channel to send data over this channel as binary. An external peer (non-Godot) would receive this as array buffer or blob.