mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
perf(sw): skipWaitingしない
This commit is contained in:
@@ -6,7 +6,7 @@ import * as swos from '@/scripts/operations';
|
||||
import { acct as getAcct } from '@/filters/user';
|
||||
|
||||
globalThis.addEventListener('install', ev => {
|
||||
ev.waitUntil(self.skipWaiting());
|
||||
//ev.waitUntil(self.skipWaiting());
|
||||
});
|
||||
|
||||
globalThis.addEventListener('activate', ev => {
|
||||
|
||||
Reference in New Issue
Block a user