Milan Burda
|
5078cae861
|
chore: remove deprecated ipcRenderer.sendTo() (#39087)
chore: remove deprecated ipcRenderer.sendTo()
|
2023-08-28 10:29:27 -04:00 |
|
Milan Burda
|
0f49868234
|
chore: deprecate senderId and senderIsMainFrame (#39381)
|
2023-08-09 10:38:48 -04:00 |
|
Milan Burda
|
3df6d337f3
|
feat: add senderIsMainFrame to messages sent via ipcRenderer.sendTo() (#38868)
* feat: add isMainFrame to events emitted via ipcRenderer.sendTo()
* chore: rename isMainFrame to senderIsMainFrame
|
2023-07-24 14:27:30 +02:00 |
|
Milan Burda
|
ada8eb33b2
|
feat: deprecate ipcRenderer.sendTo() (#39091)
* feat: deprecate ipcRenderer.sendTo()
* docs: add _Deprecated_ to ipcRenderer.sendTo()
|
2023-07-21 11:16:44 +02:00 |
|
David Sanders
|
75919e28b8
|
docs: add links to IPC event structures (#37760)
|
2023-03-30 10:13:21 -07:00 |
|
David Sanders
|
e6f570d191
|
docs: improve relative link linting and fix broken (#26020)
|
2020-10-20 10:46:27 +09:00 |
|
Jeremy Apthorp
|
b4d07f76d3
|
feat: MessagePorts in the main process (#22404)
|
2020-03-11 18:07:54 -07:00 |
|
Samuel Attard
|
3b74837020
|
refactor: Split 'Event' docs/types into more specific Event types (#17038)
* Event = Base event type (with preventDefault)
* IpcMainEvent = Event that ipcMain emits (with sender, reply, etc.)
* IpcRendererEvent = Event that ipcRenderer emits (with sender,
senderId, etc.)
* KeyboardEvent = Event that we emit with keyboard flags (ctrlKey,
altKey, etc.)
This will dramatically improve peoples TS experience with IPC events
|
2019-02-19 09:24:19 +00:00 |
|