MCPcopy Create free account
hub / github.com/nodejs/undici / pullAlgorithm

Function pullAlgorithm

lib/web/fetch/index.js:2027–2029  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2025 // 11. Let pullAlgorithm be an action that resumes the ongoing fetch
2026 // if it is suspended.
2027 const pullAlgorithm = () => {
2028 return fetchParams.controller.resume()
2029 }
2030
2031 // 12. Let cancelAlgorithm be an algorithm that aborts fetchParams’s
2032 // controller with reason, given reason.

Callers

nothing calls this directly

Calls 1

resumeMethod · 0.65

Tested by

no test coverage detected