MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isRetryableContentScriptTransportError

Function isRetryableContentScriptTransportError

background.js:3556–3559  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

3554}
3555
3556function isRetryableContentScriptTransportError(error) {
3557 const message = String(typeof error === 'string' ? error : error?.message || '');
3558 return /back\/forward cache|message channel is closed|Receiving end does not exist|port closed before a response was received|A listener indicated an asynchronous response|did not respond in \d+s/i.test(message);
3559}
3560
3561const navigationUtils = self.MultiPageBackgroundNavigationUtils?.createNavigationUtils({
3562 DEFAULT_SUB2API_URL,

Callers 5

executeStepFunction · 0.85
getStep8PageStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected