MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

Notification crash for in memory macos Apps #49

Closed pedrobertao closed 4 years ago

pedrobertao commented 4 years ago

Fix for darwin electron apps that are in memory and receive a notification. The webContent is destroyed causing the app to crash. (#40) This validation prevent the notification to go through.