MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:2271–2271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected