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