Few image urls are valid but still some times service worker caches 404 response even after applying below condition:
if(response.status < 400){
cache.put(event.request, response.clone());
}
and after that it responses 404 until I hard reloaded the page. Any solution for this?