Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ abortError
Function
abortError
packages/telemetry/src/transport.ts:348–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
346
}
347
348
function
abortError(): DOMException {
349
return
new
DOMException(
'The operation was aborted.'
,
'AbortError'
);
350
}
Callers
3
send
Method · 0.70
abortableSleep
Function · 0.70
onAbort
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected