| 2290 | readonly wasClean: boolean; |
| 2291 | } |
| 2292 | interface CloseEventInit { |
| 2293 | code?: number; |
| 2294 | reason?: string; |
| 2295 | wasClean?: boolean; |
| 2296 | } |
| 2297 | /** |
| 2298 | * A message received by a target object. |
| 2299 | * |
nothing calls this directly
no outgoing calls
no test coverage detected