electron/lib/browser/api/notification.js

6 lines
202 B
JavaScript

const {EventEmitter} = require('events')
const {Notification} = process.atomBinding('notification')
Object.setPrototypeOf(Notification.prototype, EventEmitter.prototype)
module.exports = Notification