- From: Jake Archibald <notifications@github.com>
- Date: Tue, 28 Apr 2015 16:38:51 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 28 April 2015 23:39:24 UTC
I think Gecko's current behaviour is correct. Yes, it may get GC'd when the SW closes, but same with variables. If you want a long term way to store a response, the caches api is the way to go right? Tieing it to registration feels wrong as it would need to survive browser shut down. What is the current behaviour breaking? I'm wondering if a way to access items in the cache api by url may be a better solution. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/688#issuecomment-97264203
Received on Tuesday, 28 April 2015 23:39:24 UTC