Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
export
const
shouldIgnoreWebviewErrorCode = (code: number): boolean => {
70
return
ERROR_CODES_TO_IGNORE.includes(code)
71
}
Callers
2
initializeWebview
Method · 0.90
handleDidFailLoading
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected