(data: string | ArrayBufferLike | Blob | ArrayBufferView)
| 40 | onmessage: CB; |
| 41 | onopen: CB; |
| 42 | send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void; |
| 43 | close(code?: number, reason?: string): void; |
| 44 | readyState: number; |
| 45 | } |
no outgoing calls
no test coverage detected