var borraCache= function(url){caches.open('c').then((cache) =>{cache.delete(new URL(url));ihs('to','Actualizando...');location.reload();}).catch(err=>{})} borraCache(document.location);