Unable to debug or inspect running service workers in Safari Tech Preview 125. Steps to reproduce: - open https://mdn.github.io/sw-test/ - open console - observe message "Service worker active" - evaluate `navigator.serviceWorker.controller` and observe a SW is registered and controlling - Open `Develop` menu, open `Service Workers` menu, - observe "No service workers" text Works in current Safari 14.1
<rdar://problem/78875349>
This is indeed broken in STP 125 but appears to work in WebKit ToT. Not sure where regression happened.
I tried to check for the regression point but was not able to repro locally either except on STP. I guess this is specific to STP and not Safari.