parent
4519a3fe2d
commit
4fe0cf3f18
|
@ -1,5 +1,5 @@
|
|||
export function notificationPermissionObservers (store) {
|
||||
if (!process.browser) {
|
||||
if (!process.browser || !navigator.permissions || !navigator.permissions.query) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue