()
| 2355 | close(code?: number, reason?: string): void; |
| 2356 | serializeAttachment(attachment: any): void; |
| 2357 | deserializeAttachment(): any | null; |
| 2358 | /** |
| 2359 | * Returns the state of the WebSocket object's connection. It can have the values described below. |
| 2360 | * |
nothing calls this directly
no outgoing calls
no test coverage detected