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