MCPcopy Index your code
hub / github.com/freshframework/fresh / error

Method error

packages/fresh/src/context.ts:47–47  ·  view source on GitHub ↗

Called when an error occurs.

(socket: WebSocket, event: Event | ErrorEvent)

Source from the content-addressed store, hash-verified

45 close?(socket: WebSocket, code: number, reason: string): void;
46 /** Called when an error occurs. */
47 error?(socket: WebSocket, event: Event | ErrorEvent): void;
48}
49
50/**

Callers 14

checkDocsFunction · 0.80
check_links.tsFile · 0.80
exitErrorFunction · 0.80
client.tsFile · 0.80
ga4Function · 0.80
ErrorPageFunction · 0.80
errorFunction · 0.80
DEFAULT_ERROR_HANDLERFunction · 0.80
updateCheckFunction · 0.80
devErrorOverlayFunction · 0.80
bootFunction · 0.80
updateProjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected