MCPcopy
hub / github.com/nodejs/undici / handleFetchDone

Function handleFetchDone

lib/web/fetch/index.js:154–156  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

152}
153
154function handleFetchDone (response) {
155 finalizeAndReportTiming(response, 'fetch')
156}
157
158// https://fetch.spec.whatwg.org/#fetch-method
159function fetch (input, init = undefined) {

Callers 1

fetchFunction · 0.85

Calls 1

finalizeAndReportTimingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…