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 Feb 15, 2024. It is now read-only.
Under "Add notifications to background sync", it says to replace the code in app/src/sw.js, which I think it meant app/sw.js.
Also, the sync doesn't work, thus no notification. I even tried force sync using the Chrome's DevTools (Chrome DevTools > Application > Service Workers), nothing happens. Please advise.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue and sorry for not seeing this earlier. I've corrected the pathing typo.
As far as background sync, I'm not sure what might be causing your issue. I haven't used the API in a while, and I don't have much experience with it myself. But I do remember development feeling a bit flaky in the early days (from caching issues, network issues, etc.). I think I recall that I was often confused by the nuance that turning your connection off via the browser was not necessarily sufficient to trigger a sync, and I had to actually test by toggling my wifi. That could be browser/hardware specific but might be worth a try?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Under "Add notifications to background sync", it says to replace the code in app/src/sw.js, which I think it meant app/sw.js.
Also, the sync doesn't work, thus no notification. I even tried force sync using the Chrome's DevTools (Chrome DevTools > Application > Service Workers), nothing happens. Please advise.
The text was updated successfully, but these errors were encountered: