1.

How Dose Notification Is Created In Electron?

Answer»

Notification is CREATED by using npm module called node-notified used to notify users in Windows, Linux and MacOS. ELECTRON also provides NATIVE NOTIFICATIONS API only for MacOS.

Node-notified module is install by using command $ npm install –save node-notified.

Notification is created by using npm module called node-notified used to notify users in Windows, Linux and MacOS. Electron also provides native notifications API only for MacOS.

Node-notified module is install by using command $ npm install –save node-notified.



Discussion

No Comment Found