sendData
Summary
Send a payload on the data channel.Signature
Parameters
data
Type:Uint8Array
Raw payload bytes.
Returns
Type:void
Send a payload on the data channel.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send a payload on the data channel.
sendData(data: Uint8Array): void;
Uint8Array
Raw payload bytes.
void
Send a payload on the data channel.