MCPcopy Create free account
hub / github.com/deta/surf / shouldIgnoreWebviewErrorCode

Function shouldIgnoreWebviewErrorCode

packages/utils/src/system/errors.ts:69–71  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

67}
68
69export const shouldIgnoreWebviewErrorCode = (code: number): boolean => {
70 return ERROR_CODES_TO_IGNORE.includes(code)
71}

Callers 2

initializeWebviewMethod · 0.90
handleDidFailLoadingMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected