- From: Jake Archibald <notifications@github.com>
- Date: Wed, 31 Jul 2019 23:41:45 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 August 2019 06:42:08 UTC
I think the route would be: ```js router.add([], [ 'cache', // look for a match in the cache 'network', // else go to the network ['cache', { request: '/offlinepage.html' }] // else get this specific item from the cache ]); ``` -- 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/manifest/issues/774#issuecomment-517142820
Received on Thursday, 1 August 2019 06:42:08 UTC