In desktop I can go to chrome://serviceworker-internals/ to see all installed service workers in my chrome browsers and optionally unregister manually. Is there any similar feature available in Chrome or Safari on iOS or Android devices?
Given that in Mobile devices, browser is always running in background and service workers can be active even if the pages are not open, it's important to see what SWs are potentially running on my device.