Create service worker in app
This commit is contained in:
parent
5eb9c030fd
commit
a959104333
3 changed files with 5 additions and 1 deletions
|
|
@ -146,3 +146,5 @@ export function unregisterPushNotifications (token) {
|
|||
]).catch((e) => console.warn(`Failed to disable Web Push Notifications: ${e.message}`))
|
||||
}
|
||||
}
|
||||
|
||||
export { getOrCreateServiceWorker }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue