Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ abort-controller.js
File
abort-controller.js
test/node-test/abort-controller.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
2
3
const
{ test } = require(
'node:test'
)
4
const
{ AbortController: NPMAbortController } = require(
'abort-controller'
)
Callers
nothing calls this directly
Calls
15
createServer
Function · 0.85
closeServerAsPromise
Function · 0.85
wrapWithAsyncIterable
Function · 0.85
listen
Method · 0.80
ok
Method · 0.80
waitingWithBody
Function · 0.70
writeHeadersStartedWithBody
Function · 0.70
writeBodyStartedWithBody
Function · 0.70
abort
Method · 0.65
push
Method · 0.45
request
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected