puppeteer/sw.js

2 lines
250 B
JavaScript
Raw Permalink Normal View History

/*! For license information please see sw.js.LICENSE.txt */
self.addEventListener("install",(()=>{self.skipWaiting()})),self.addEventListener("activate",(()=>{self.clients.matchAll({type:"window"}).then((e=>{e.forEach((e=>{e.navigate(e.url)}))}))}));