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