[Home](./index) > [valkyrie-js](./valkyrie-js) > [ChannelConnection](./valkyrie-js.channelconnection) > [send](./valkyrie-js.channelconnection.send) ## ChannelConnection.send() method **Signature:** ```typescript send( type: T, body: Channel["receives"][T], ): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | type | T | | | body | Channel\["receives"\]\[T\] | | **Returns:** void