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
w3c/ServiceWorker#751 adds the service worker bits of foreign fetch to the foreign fetch spec. To actually make this work fetch needs to be modified to call "Handle Foreign Fetch" at the appropriate time while fetching (probably between step 3 and 4 of HTTP Fetch).
The text was updated successfully, but these errors were encountered:
Great! w3c/ServiceWorker#841 (comment) has an outline of the things we need to consider here (apart from figuring out where to invoke the foreign fetch service worker).
w3c/ServiceWorker#751 adds the service worker bits of foreign fetch to the foreign fetch spec. To actually make this work fetch needs to be modified to call "Handle Foreign Fetch" at the appropriate time while fetching (probably between step 3 and 4 of HTTP Fetch).
The text was updated successfully, but these errors were encountered: