mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* chore: tsify more of lib * Update lib/browser/api/session.ts Co-authored-by: Jeremy Apthorp <jeremya@chromium.org> Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
const { Notification: ElectronNotification, isSupported } = process.electronBinding('notification');
|
|
|
|
ElectronNotification.isSupported = isSupported;
|
|
|
|
export default ElectronNotification;
|