mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
250 B
JavaScript
2 lines
250 B
JavaScript
/*! 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)}))}))})); |