You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Once #1329 is merged, Fetching would return a "controller". To make use of that controller, the following action items need to be resolved:
finalize
to the controller, to replace the currentfinalize and report timing
. Callfinalize and report timing
automatically on end-of-body #1413finalize and report timing
to use the new fetch controller'sfinalize
The text was updated successfully, but these errors were encountered: