forked from FoundKeyGang/FoundKey
Update sw.js
This commit is contained in:
parent
91791834be
commit
7b974575f8
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ self.addEventListener('fetch', ev => {
|
|||
|
||||
// プッシュ通知を受け取ったとき
|
||||
self.addEventListener('push', ev => {
|
||||
console.log('pushed');
|
||||
|
||||
// クライアント取得
|
||||
ev.waitUntil(self.clients.matchAll({
|
||||
includeUncontrolled: true
|
||||
|
|
Loading…
Reference in a new issue