Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
self.addEventListener("install", evt => {
evt.waitUntil(self.skipWaiting());
});
/* Any copyright is dedicated to the Public Domain.
self.addEventListener("install", evt => {
evt.waitUntil(self.skipWaiting());
});