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

Function pullAlgorithm

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resumeMethod · 0.65

Tested by

no test coverage detected