- From: Ben Kelly <notifications@github.com>
- Date: Tue, 28 Apr 2015 14:49:28 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 28 April 2015 21:49:55 UTC
To clarify, I don't see any discussion above for this case: ``` caches.delete('myCache').then(function() { return caches.match(url, { name: 'myCache' }) }).then(function(resp) { // currently does not resolve undefined }).catch(function(err) { // currently throws NotFoundError because myCache is missing }); ``` --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/374#issuecomment-97235974
Received on Tuesday, 28 April 2015 21:49:55 UTC