Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ abort
Method
abort
packages/svelte/src/internal/client/types.d.ts:187–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
186
export
interface
Task {
187
abort(): void;
188
promise: Promise<void>;
189
}
190
Callers
11
set
Method · 0.80
set
Function · 0.80
set
Method · 0.80
update_reaction
Function · 0.80
apply
Function · 0.80
in
Function · 0.80
transition
Function · 0.80
animate
Function · 0.80
destroy_effect_children
Function · 0.80
freeze_derived_effects
Function · 0.80
abort
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected