mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-08 08:24:19 +01:00
parent
4519a3fe2d
commit
4fe0cf3f18
@ -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…
Reference in New Issue
Block a user