Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-09 20:14:05 +09:00
126 changed files with 2668 additions and 1636 deletions

View File

@@ -68,6 +68,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;