Add note
This commit is contained in:
		
							parent
							
								
									0a64d121d9
								
							
						
					
					
						commit
						a1b9bbb726
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -53,6 +53,7 @@ self.addEventListener('activate', ev => {
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
//#endregion
 | 
					//#endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// TODO: 消せるかも ref. https://github.com/syuilo/misskey/pull/7108#issuecomment-774573666
 | 
				
			||||||
//#region When: Fetching
 | 
					//#region When: Fetching
 | 
				
			||||||
self.addEventListener('fetch', ev => {
 | 
					self.addEventListener('fetch', ev => {
 | 
				
			||||||
	if (ev.request.method !== 'GET' || ev.request.url.startsWith(apiUrl)) return;
 | 
						if (ev.request.method !== 'GET' || ev.request.url.startsWith(apiUrl)) return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue