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