Outchanbin

interface outchanbin.Outchanbin

Binary message output channel.

Delivers raw binary network messages to other participants. Terminates each message with protocol delimiter.

Means of delivering messages implementation defined. Delivery order implementation defined.

outchanbin.Outchanbin.send(message)

Send message.

Arguments:
  • message (ArrayBuffer) – Message to send.
Throws:

BusyError – If another send is already in progress.