MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / onError

Method onError

web/src/js/backends/websocket.tsx:223–226  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

221 }
222
223 onError(...args) {
224 // FIXME
225 console.error("websocket connection errored", args);
226 }
227}

Callers 2

connectMethod · 0.95
websocketSpec.tsxFile · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected