Skip to content
Snippets Groups Projects
Commit 8d4c5deb authored by tamaina's avatar tamaina
Browse files

perf(sw): skipWaitingしない

parent 2f41f12a
No related branches found
No related tags found
No related merge requests found
......@@ -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 => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment