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
If the cache fails to download & its ready promise rejects what happens?
Feels like the install would be abandoned & retried on the next page navigation to a url covered by the worker, after checking for updates to the controller.
What about onactivate? Same again - retry on next navigation after checking for updates?
The text was updated successfully, but these errors were encountered:
@jakearchibald
Does the latest spec capture the expected behavior? I'm thinking of the following sentence: "If any oninstall handler throws an exception, or if any lifetime extension via event.waitUntil() fails (via promise rejection), installation fails and activation is not carried out. "
Should this issue be closed? If not can you explain what's missing?
Background:
I'm going over the open issues, hoping to understand the potential impact against our current implementation.
If the cache fails to download & its ready promise rejects what happens?
Feels like the install would be abandoned & retried on the next page navigation to a url covered by the worker, after checking for updates to the controller.
What about onactivate? Same again - retry on next navigation after checking for updates?
The text was updated successfully, but these errors were encountered: