Re: [w3c/ServiceWorker] safari fetches from memory cache instead of Service worker (#1510)

The memory cache in chromium (and I believe webkit) sits above service workers.  So if you hit the memory cache then the service worker FetchEvent is not triggered (because no network request is ever initiated).  All non standard.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1510#issuecomment-609885969

Received on Monday, 6 April 2020 16:05:34 UTC