()
| 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. |