electron-notification-shim icon indicating copy to clipboard operation
electron-notification-shim copied to clipboard

Get Notification API events in Electron main-process. Perfect for adding Notification toasters in Windows with node-notifier or other solution.

Results 3 electron-notification-shim issues
Sort by recently updated
recently updated
newest added

hey man thanks for this module! Would you accept a PR that enables custom event name to be passed to the shim?

Host may wish to silence notifications, or hide the body of notifications for privacy.

Can we do something like event.preventDefault() and then create our own notification to display with the msg parameter? The main reason I want to do this is because I want...