Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ pause
Function
pause
test/retry-handler-controller-proxy.js:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
rawHeaders: [
'content-length'
,
'2'
],
30
rawTrailers: [
'x-trailer'
,
'value'
],
31
pause () { calls.push(
'pause'
) },
32
resume () { calls.push(
'resume'
) },
33
abort (reason) { calls.push([
'abort'
, reason]) }
34
}
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected