electron/lib/renderer/api
Milan Burda 5ee9cc202b
fix: ensure that internal messages are sent from the main process (#26429)
2020-11-12 06:20:01 +03:00
..
exports
context-bridge.ts feat: add webContents.setWindowOpenHandler API (#24517) 2020-11-10 09:06:03 -08:00
crash-reporter.ts refactor: create IPC_MESSAGES enum for IPC message channels (#25694) 2020-10-14 00:11:06 +03:00
desktop-capturer.ts refactor: create IPC_MESSAGES enum for IPC message channels (#25694) 2020-10-14 00:11:06 +03:00
ipc-renderer.ts refactor: don't send ipcRenderer.sendSync() returnValue as an array (#26178) 2020-10-28 18:48:20 +03:00
module-list.ts feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
native-image.ts refactor: create IPC_MESSAGES enum for IPC message channels (#25694) 2020-10-14 00:11:06 +03:00
remote.ts fix: ensure that internal messages are sent from the main process (#26429) 2020-11-12 06:20:01 +03:00
web-frame.ts