mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-12 18:28:03 +01:00
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
Block a user