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
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
If the <preference> tag is not present in config.xml, or the named service worker script doesn't exist, then the fetch queue is never processed at all, and the application will white-screen on startup.
We need to handle this in a more robust manner. If the plugin cannot initialize properly, then it should not install the fetch delegate, and any serviceworker registration calls should return a rejected promise.
The text was updated successfully, but these errors were encountered:
If the
<preference>
tag is not present inconfig.xml
, or the named service worker script doesn't exist, then the fetch queue is never processed at all, and the application will white-screen on startup.We need to handle this in a more robust manner. If the plugin cannot initialize properly, then it should not install the fetch delegate, and any serviceworker registration calls should return a rejected promise.
The text was updated successfully, but these errors were encountered: