Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useAsyncData
Function · 0.80
buildAsyncData
Function · 0.80
mergeAbortSignals
Function · 0.80
onAbort
Function · 0.80
basic.test.ts
File · 0.80
use-async-data.test.ts
File · 0.80
Calls
1
dispatchAbort
Method · 0.80
Tested by
no test coverage detected