MCPcopy
hub / github.com/facebook/react / handleFailed

Function handleFailed

packages/react-devtools-core/src/backend.js:288–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }
287
288 function handleFailed() {
289 if (__DEBUG__) {
290 debug('WebSocket.onerror');
291 }
292
293 scheduleRetry();
294 }
295
296 function handleMessage(event: MessageEvent) {
297 let data;

Callers

nothing calls this directly

Calls 2

scheduleRetryFunction · 0.85
debugFunction · 0.70

Tested by

no test coverage detected