I am having issues with fetch() statements in my service worker in a progressive web app installed on my Android phone (with Chrome). Ordinarily this would be easy to debug by sending messages to console, but without a console, I'm just working blindly using trial and error. (and it's not working!)
How can I debug a service worker on a phone installed PWA?
debugger;instructions. At a glance, it doesn't look so easy... I found https://developer.chrome.com/docs/devtools/progressive-web-apps, but I did not try it all.