- From: Jake Archibald <notifications@github.com>
- Date: Fri, 04 Mar 2016 05:12:02 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 4 March 2016 13:12:47 UTC
FWIW this came up when trying to emulate appcache via SW. Appcache assigns a version of a manifest on navigation, so we'd need to create a record that links a client to a cache at the time of the client request. This same cache needs to be used for subresources of the client (if a client is created). We have ideas for workarounds (which come with race conditions, but they'd be highly unlikely) so it's not a blocker, but it's an interesting use-case. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/817#issuecomment-192278861
Received on Friday, 4 March 2016 13:12:47 UTC