perf(sw): skipWaitingしない
This commit is contained in:
		
							parent
							
								
									2f41f12aea
								
							
						
					
					
						commit
						8d4c5deb8d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ import * as swos from '@/scripts/operations';
 | 
				
			||||||
import { acct as getAcct } from '@/filters/user';
 | 
					import { acct as getAcct } from '@/filters/user';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
globalThis.addEventListener('install', ev => {
 | 
					globalThis.addEventListener('install', ev => {
 | 
				
			||||||
	ev.waitUntil(self.skipWaiting());
 | 
						//ev.waitUntil(self.skipWaiting());
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
globalThis.addEventListener('activate', ev => {
 | 
					globalThis.addEventListener('activate', ev => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue