parent
4519a3fe2d
commit
4fe0cf3f18
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export function notificationPermissionObservers (store) {
|
export function notificationPermissionObservers (store) {
|
||||||
if (!process.browser) {
|
if (!process.browser || !navigator.permissions || !navigator.permissions.query) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue