Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ throwIfAborted
Method
throwIfAborted
ai/ai.ts:89–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
readonly aborted: boolean;
88
readonly reason?: string;
89
readonly signal: AbortSignal;
90
abort(reason?: string): void;
91
throwIfAborted(): void;
92
}
Callers
6
sleep
Function · 0.65
retryWithFixedDelay
Function · 0.65
pollTask
Function · 0.65
sendLongMessage
Method · 0.65
sendMedia
Method · 0.65
handleQuestion
Method · 0.65
Implementers
1
TimeoutMiddleware
ai/ai.ts
Calls
no outgoing calls
Tested by
no test coverage detected