Skip to content

Add hooks for foreign fetch #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mkruisselbrink opened this issue Feb 24, 2016 · 3 comments
Closed

Add hooks for foreign fetch #223

mkruisselbrink opened this issue Feb 24, 2016 · 3 comments
Labels
addition/proposal New features or enhancements needsinfo

Comments

@mkruisselbrink
Copy link
Collaborator

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).

@annevk
Copy link
Member

annevk commented Feb 26, 2016

Is it acceptable that you figure out a design and provide a patch as an exercise to get more familiar with things and I'll try to do timely reviews?

@annevk annevk added the addition/proposal New features or enhancements label Feb 26, 2016
@mkruisselbrink
Copy link
Collaborator Author

Yes, that's how I was imagining this would work. I'll try to get to this sometime next week.

@annevk
Copy link
Member

annevk commented Feb 27, 2016

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).

@annevk annevk closed this as completed in 8510b2f Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needsinfo
Development

No branches or pull requests

2 participants