---
name: WebSocketState
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# WebSocketState

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Connecting` | 0 |  |
| `Open` | 1 |  |
| `Closing` | 2 |  |
| `Closed` | 3 |  |