sendToEverybody
Summary
Send a payload to every connected client.Signature
Parameters
data
Type:Uint8Array
Uint8Array — raw payload bytes.
Returns
Type:void
Send a payload to every connected client.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 every connected client.
sendToEverybody(data: Uint8Array): void;
Uint8Array
Uint8Array — raw payload bytes.
void
Send a payload to every connected client.