Skip to main content
Latest
File

Home > async-call-rpc > EventBasedChannel > send

EventBasedChannel.send() method

Send the data to the remote side.

Signature:

send(data: Data): void;

Parameters

Parameter Type Description
data Data The data should send to the remote side.

Returns:

void