Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ onRequestSent
Function
onRequestSent
test/node-test/client-dispatch.js:700–702 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
698
p.strictEqual(chunk.toString(), body)
699
},
700
onRequestSent () {
701
p.ok(1)
702
},
703
onResponseError (_controller, err) {
704
throw err
705
},
Callers
nothing calls this directly
Calls
1
ok
Method · 0.80
Tested by
no test coverage detected