diff --git a/lib/web/fetch/index.js b/lib/web/fetch/index.js index 8e30a90179e..435eafdf15f 100644 --- a/lib/web/fetch/index.js +++ b/lib/web/fetch/index.js @@ -1889,8 +1889,8 @@ async function httpNetworkFetch ( // 11. Let pullAlgorithm be an action that resumes the ongoing fetch // if it is suspended. - const pullAlgorithm = async () => { - await fetchParams.controller.resume() + const pullAlgorithm = () => { + return fetchParams.controller.resume() } // 12. Let cancelAlgorithm be an algorithm that aborts fetchParams’s