- From: Jxck <notifications@github.com>
- Date: Sun, 29 May 2016 19:43:57 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Monday, 30 May 2016 02:44:26 UTC
> 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