Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ throwAbortError
Function
throwAbortError
packages/node-sdk/test/session-cancel.test.ts:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
function
throwAbortError(): never {
192
throw
new
DOMException(
'The operation was aborted.'
,
'AbortError'
);
193
}
Callers
1
generate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected