Re: [slightlyoff/ServiceWorker] what is the best way to save Request while offline ? (#904)

> you must convert to IDB

thanks, but this `must` means, we don't have other way.

if I have Async localStorage, it better to use in this case I think.
or say same thing in other words,
if cache api is more general as kvs, it'll fits for this case.

for example

```
class AsyncStorage // async localStorage
class Cache extends AsyncStorage // which specialized for Request/Response
class LocalStorage // sync wrapper for AsyncStorage
```

how do you think about it ?

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

Received on Monday, 30 May 2016 02:44:26 UTC