Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connect
Method · 0.95
websocketSpec.tsx
File · 0.45
Calls
1
error
Method · 0.45
Tested by
no test coverage detected