mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
chore: tsify more of lib (#23721)
* 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>
This commit is contained in:
5
lib/browser/api/notification.ts
Normal file
5
lib/browser/api/notification.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const { Notification: ElectronNotification, isSupported } = process.electronBinding('notification');
|
||||
|
||||
ElectronNotification.isSupported = isSupported;
|
||||
|
||||
export default ElectronNotification;
|
||||
Reference in New Issue
Block a user