()
| 2372 | close(code?: number, reason?: string): void; |
| 2373 | serializeAttachment(attachment: any): void; |
| 2374 | deserializeAttachment(): any | null; |
| 2375 | /** |
| 2376 | * Returns the state of the WebSocket object's connection. It can have the values described below. |
| 2377 | * |
nothing calls this directly
no outgoing calls
no test coverage detected