-
Notifications
You must be signed in to change notification settings - Fork 8
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
Breaking out fallback request interception #28
Comments
Yes, completely agree with this. Both n.c and request interception are ways to enable cross-origin service worker communication, but they are different enough for it to not really make sense to combine them in one proposal. |
I agree with breaking both Relatedly, it may make sense to introduce a n.c flag that allows the caller to invoke the installation of the target SW if it is not already installed. |
+1 |
The fallback request interception and the HTTP header-based installation features have been proposed as extensions to the SW (v2): w3c/ServiceWorker#684, w3c/ServiceWorker#685, respectively. |
Just reopened it until we sort out the spec text which is now pointed to by the issues filed in SW. |
In conversation with @jungkees, it sounds like
e.handleFallthroughRequest(...)
should probably be broken out into a separate proposal for changing the SW API./cc @jakearchibald @jungkees
The text was updated successfully, but these errors were encountered: