9bc5e98238
* 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>
5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
const { Notification: ElectronNotification, isSupported } = process.electronBinding('notification');
|
|
|
|
ElectronNotification.isSupported = isSupported;
|
|
|
|
export default ElectronNotification;
|