Merge pull request #1837 from stackernews/fix-possible-silent-push
Fix possible silent push
This commit is contained in:
commit
382714e422
@ -59,7 +59,7 @@ export function onPush (sw) {
|
|||||||
|
|
||||||
// iOS requirement: wait for all promises to resolve before showing the notification
|
// iOS requirement: wait for all promises to resolve before showing the notification
|
||||||
event.waitUntil(Promise.all(promises).then(() => {
|
event.waitUntil(Promise.all(promises).then(() => {
|
||||||
sw.registration.showNotification(payload.title, payload.options)
|
return sw.registration.showNotification(payload.title, payload.options)
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user