MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / abort

Method abort

packages/deno/lib.deno.d.ts:8167–8167  ·  view source on GitHub ↗

Invoking this method will set this object's AbortSignal's aborted flag and * signal to any observers that the associated activity is to be aborted.

(reason?: any)

Source from the content-addressed store, hash-verified

8165 /** Invoking this method will set this object's AbortSignal's aborted flag and
8166 * signal to any observers that the associated activity is to be aborted. */
8167 abort(reason?: any): void;
8168}
8169
8170/** A controller object that allows you to abort one or more DOM requests as and

Callers 3

fetchWithTimeoutFunction · 0.95
createMockArgsFunction · 0.95
fnFunction · 0.95

Calls

no outgoing calls

Tested by 2

createMockArgsFunction · 0.76
fnFunction · 0.76