Re: [w3c/ServiceWorker] Cache and URL Rewriting (#1057)

You can either:

1. cache the index.html twice under both request URL
2. Detect the other URL in your fetch handler and do a cache.match() against index.html

-- 
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/1057#issuecomment-273897195

Received on Thursday, 19 January 2017 21:01:40 UTC