Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 554 Bytes

async-call-rpc.eventbasedchannel.send.md

File metadata and controls

24 lines (14 loc) · 554 Bytes

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