- From: Kornel <notifications@github.com>
- Date: Thu, 31 Mar 2016 08:03:17 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 31 March 2016 15:03:46 UTC
Currently browser cache outside SW does not require any cleanup or care, and that's very convenient. In SW I'd also would like to have the same type of cache, where I can carelessly keep putting things in forever, and have browser worry about managing the disk usage and cleanup. In my app I have maybe 5 files for which I need guarantee that they'll stay (HTML + JS), and an ever-growing list of thousands of assets (images, subpages) that can come and go, and the app will recover if they suddenly go missing. --- 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/863#issuecomment-203977766
Received on Thursday, 31 March 2016 15:03:46 UTC