(async()=>{try{if(sessionStorage.getItem("hv-stale"))return;sessionStorage.setItem("hv-stale","1");if(window.caches){const k=await caches.keys();await Promise.all(k.map(x=>caches.delete(x)));}location.reload();}catch(e){}})();