Register a callback for incoming WebSocket messages.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| callback | Function | Yes | Handler for messages |
Callback Parameters
| Property | Type | Description |
|---|---|---|
| data | String/ArrayBuffer | Received message data |