mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Add note
This commit is contained in:
parent
e5b6645d3a
commit
4239b37101
@ -53,6 +53,7 @@ self.addEventListener('activate', ev => {
|
||||
});
|
||||
//#endregion
|
||||
|
||||
// TODO: 消せるかも ref. https://github.com/syuilo/misskey/pull/7108#issuecomment-774573666
|
||||
//#region When: Fetching
|
||||
self.addEventListener('fetch', ev => {
|
||||
if (ev.request.method !== 'GET' || ev.request.url.startsWith(apiUrl)) return;
|
||||
|
Loading…
Reference in New Issue
Block a user