MCPcopy
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
186export interface Task {
187 abort(): void;
188 promise: Promise<void>;
189}
190

Callers 11

setMethod · 0.80
setFunction · 0.80
setMethod · 0.80
update_reactionFunction · 0.80
applyFunction · 0.80
inFunction · 0.80
transitionFunction · 0.80
animateFunction · 0.80
destroy_effect_childrenFunction · 0.80
freeze_derived_effectsFunction · 0.80
abortFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected