google / service-worker-detector

This extension detects if a website registers a Service Worker.
https://chrome.google.com/webstore/detail/service-worker-detector/ofdigdofloanabjcaijfidkogmejlmjc
Apache License 2.0
170 stars 32 forks source link

Doesn't detect on Outlook? #7

Closed ericlaw1979 closed 7 years ago

ericlaw1979 commented 7 years ago

outlook.live.com/mail uses a ServiceWorker (as seen in the DevTools Application tab) but doesn't light up the detector icon?

tomayac commented 7 years ago

Have you reloaded the page at least twice? Soft-reloaded that is, as a hard-reload won’t work. On mobile now, can’t test myself.

ericlaw1979 commented 7 years ago

Ah. Reloading the page again made it appear. I guess that's expected?

tomayac commented 7 years ago

Yes, the Service Worker will only be active upon repeat visits. Working as intended :-D