Re: [w3c/manifest] Add offline_url option (#774)

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