MCPcopy
hub / github.com/nuxt/nuxt / abort

Method abort

test/nuxt/use-async-data.test.ts:1228–1230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1226 signal = new OldAbortSignal()
1227
1228 abort () {
1229 this.signal.dispatchAbort()
1230 }
1231 }
1232
1233 vi.stubGlobal('AbortController', OldAbortController)

Callers 6

useAsyncDataFunction · 0.80
buildAsyncDataFunction · 0.80
mergeAbortSignalsFunction · 0.80
onAbortFunction · 0.80
basic.test.tsFile · 0.80

Calls 1

dispatchAbortMethod · 0.80

Tested by

no test coverage detected