2020-03-20 13:28:31 -07:00
|
|
|
'use strict';
|
2018-09-23 00:28:50 +12:00
|
|
|
|
2020-03-20 13:28:31 -07:00
|
|
|
const { Notification, isSupported } = process.electronBinding('notification');
|
2017-04-23 22:16:19 +10:00
|
|
|
|
2020-03-20 13:28:31 -07:00
|
|
|
Notification.isSupported = isSupported;
|
2017-05-30 20:27:24 +10:00
|
|
|
|
2020-03-20 13:28:31 -07:00
|
|
|
module.exports = Notification;
|