electron/lib/browser/api
2023-09-05 10:16:41 +02:00
..
auto-updater refactor: use TypeError instead of generic Error when appropriate () 2023-07-25 12:08:46 -04:00
exports build: enable JS semicolons () 2020-03-20 13:28:31 -07:00
views build: ensure that electron/lib/browser can only use browser or common imports () 2020-07-13 09:58:49 -07:00
app.ts refactor: don't expose deprecate as an internal module () 2022-08-15 17:09:33 +09:00
auto-updater.ts chore: tsify auto-updater () 2020-07-01 12:27:12 -07:00
base-window.ts chore: remove deprecated getTrafficLightPosition() / setTrafficLightPosition() () 2023-08-21 15:58:09 +02:00
browser-view.ts refactor: ginify BrowserView () 2020-07-09 08:48:39 -07:00
browser-window.ts fix: enable BrowserWindow.id access post-destruction () 2023-05-16 09:29:00 +02:00
clipboard.ts refactor: split clipboard module implementation for browser / renderer () 2023-05-25 20:36:12 +09:00
content-tracing.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
crash-reporter.ts refactor: don't expose deprecate as an internal module () 2022-08-15 17:09:33 +09:00
desktop-capturer.ts refactor: use optional chaining / nullish coalescing operator () 2022-08-08 10:11:04 +02:00
dialog.ts refactor: use for-of instead of for simple array iteration () 2023-08-07 11:30:15 +02:00
global-shortcut.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
in-app-purchase.ts feat: added username to IAP purchaseProduct method () 2022-12-12 10:11:48 -08:00
ipc-main.ts feat: add WebContents.ipc () 2022-08-03 16:55:12 -07:00
menu-item-roles.ts refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() () 2023-06-27 16:57:33 -04:00
menu-item.ts refactor: simplify events () 2023-02-13 13:39:18 -08:00
menu-utils.ts refactor: replace .forEach() with for-of () 2023-08-31 23:36:43 +09:00
menu.ts refactor: replace .forEach() with for-of () 2023-08-31 23:36:43 +09:00
message-channel.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
module-list.ts refactor: split clipboard module implementation for browser / renderer () 2023-05-25 20:36:12 +09:00
native-theme.ts chore: move main process only accessible API bindings away from common () 2022-06-21 16:34:56 +09:00
net-client-request.ts refactor: replace .forEach() with for-of () 2023-08-31 23:36:43 +09:00
net-fetch.ts refactor: replace .forEach() with for-of () 2023-08-31 23:36:43 +09:00
net-log.ts build: ensure that electron/lib/browser can only use browser or common imports () 2020-07-13 09:58:49 -07:00
net.ts feat: net.resolveHost () 2023-05-02 09:53:00 +02:00
notification.ts chore: move main process only accessible API bindings away from common () 2022-06-21 16:34:56 +09:00
power-monitor.ts feat: add thermal states to powerMonitor () 2023-04-19 11:46:55 +02:00
power-save-blocker.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
protocol.ts fix: protocol.handle not intercepting file protocol () 2023-07-12 11:42:49 +02:00
push-notifications.ts feat: Enable APNS registration + notification delivery in macOS apps () 2022-07-12 08:38:49 -07:00
safe-storage.ts feat: add electron.safeStorage encryption API () 2021-08-05 15:12:54 -07:00
screen.ts chore: move main process only accessible API bindings away from common () 2022-06-21 16:34:56 +09:00
session.ts feat: Allow usage of an absolute path for partitions used in a session () 2023-03-20 10:34:49 -04:00
share-menu.ts feat: add support for share menu on macOS () 2020-10-19 18:33:06 -07:00
system-preferences.ts chore: document deprecated systemPreferences APIs () 2023-08-14 11:34:04 +02:00
touch-bar.ts refactor: replace .forEach() with for-of () 2023-08-31 23:36:43 +09:00
tray.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
utility-process.ts refactor: use TypeError instead of generic Error when appropriate () 2023-07-25 12:08:46 -04:00
view.ts refactor: prevent consistent early exception () 2020-06-22 20:32:45 -07:00
web-contents-view.ts build: ensure that electron/lib/browser can only use browser or common imports () 2020-07-13 09:58:49 -07:00
web-contents.ts chore: remove deprecated webContents.getPrinters() () 2023-09-05 10:16:41 +02:00
web-frame-main.ts refactor: use TypeError instead of generic Error when appropriate () 2023-07-25 12:08:46 -04:00