| 2303 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent) |
| 2304 | */ |
| 2305 | declare class CloseEvent extends Event { |
| 2306 | constructor(type: string, initializer?: CloseEventInit); |
| 2307 | /** |
| 2308 | * Returns the WebSocket connection close code provided by the server. |
nothing calls this directly
no outgoing calls
no test coverage detected