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

Interface CloseEventInit

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

Source from the content-addressed store, hash-verified

2290 readonly wasClean: boolean;
2291}
2292interface CloseEventInit {
2293 code?: number;
2294 reason?: string;
2295 wasClean?: boolean;
2296}
2297/**
2298 * A message received by a target object.
2299 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected