## ReconnectingWebSocket.send() method [​](/content/docs/sdk/core.reconnectingwebsocket.send#reconnectingwebsocketsend-method "Direct link to ReconnectingWebSocket.send(/index.html) method")

Enqueue specified data to be transmitted to the server over the WebSocket connection

**Signature:**

```typescript
send(data: Message): void;
```

## Parameters [​](/content/docs/sdk/core.reconnectingwebsocket.send#parameters "Direct link to Parameters"/index.html)

| Parameter | Type | Description |
| --- | --- | --- |
| data | [Message](/content/docs/sdk/core.message) | The data to enqueue. |

**Returns:**

void

- [ReconnectingWebSocket.send() method](/content/docs/sdk/core.reconnectingwebsocket.send#reconnectingwebsocketsend-method/index.html)
- [Parameters](/content/docs/sdk/core.reconnectingwebsocket.send#parameters/index.html)
