Skip to content

Commit

Permalink
Return a fetch controller from the fetch algorithm
Browse files Browse the repository at this point in the history
This allows callers to perform certain actions on an ongoing fetch. Initially to abort or terminate it, and later on to conclude it.

This will eventually remove the need of using response as the object that retains timing info, as that creates certain ambiguities.

Corresponding Service Worker PR: w3c/ServiceWorker#1620.

Follow-up: #1403 and #1412.
  • Loading branch information
noamr committed Mar 14, 2022
1 parent dd2b4e9 commit 4561d5f
Showing 1 changed file with 112 additions and 93 deletions.
Loading

0 comments on commit 4561d5f

Please sign in to comment.