-
Notifications
You must be signed in to change notification settings - Fork 313
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
Reporting URL for SW update failures #877
Comments
See https://w3c.github.io/reporting/ for a possible generic reporting mechanism we could use for this, |
F2F:
|
This would be very useful. Is there some reason this could not also trigger an event sent to one/all the current sw clients. My use case is that users with a cookie longer than 4096 bytes get a 400 when requesting our sw (I'm working on a fix for this elsewhere too), and for each of those users I would like an API to detect this and unregister the service worker. In a similar vein, an interface for handling failed registrations would be useful: am I right in thinking |
It'll reject if it's the first call to |
F2F: Lukewarm to this. We can look again if people ask for it. |
Like CSP reporting, something to report update failures to. Probably particular kinds of failures.
The text was updated successfully, but these errors were encountered: