2020-06-22 20:32:45 -07:00
|
|
|
const {
|
|
|
|
Notification: ElectronNotification,
|
|
|
|
isSupported
|
|
|
|
} = process._linkedBinding('electron_common_notification');
|
2020-05-22 12:46:22 -07:00
|
|
|
|
|
|
|
ElectronNotification.isSupported = isSupported;
|
|
|
|
|
|
|
|
export default ElectronNotification;
|