MCPcopy Create free account
hub / github.com/nodejs/node / onResponseStarted

Function onResponseStarted

deps/undici/undici.js:14385–14387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14383 timingInfo.finalNetworkRequestStartTime = coarsenedSharedCurrentTime(fetchParams.crossOriginIsolatedCapability);
14384 },
14385 onResponseStarted() {
14386 timingInfo.finalNetworkResponseStartTime = coarsenedSharedCurrentTime(fetchParams.crossOriginIsolatedCapability);
14387 },
14388 onResponseStart(controller, status, headers, statusText) {
14389 if (status < 200) {
14390 return;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected