Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const {
Notification: ElectronNotification,
isSupported
} = process._linkedBinding('electron_browser_notification');
ElectronNotification.isSupported = isSupported;
export default ElectronNotification;