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
See https://github.com/whatwg/fetch/pull/1329/files#r737329884
The wording in fetch makes it seem that there could be cases where a fetch record can have a null reference to its corresponding fetch algorithm (or controller). Maybe it's not the case and it can be a strong reference.
The text was updated successfully, but these errors were encountered:
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.
See https://github.com/whatwg/fetch/pull/1329/files#r737329884
The wording in fetch makes it seem that there could be cases where a fetch record can have a null reference to its corresponding fetch algorithm (or controller). Maybe it's not the case and it can be a strong reference.
The text was updated successfully, but these errors were encountered: