We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657055d commit 9a6f0dbCopy full SHA for 9a6f0db
src/messaging/controllers/window-controller.ts
@@ -361,6 +361,7 @@ export default class WindowController extends ControllerInterface {
361
return 'serviceWorker' in navigator &&
362
'PushManager' in window &&
363
'Notification' in window &&
364
+ 'fetch' in window &&
365
ServiceWorkerRegistration.prototype
366
.hasOwnProperty('showNotification') &&
367
PushSubscription.prototype.hasOwnProperty('getKey');
0 commit comments