-
Notifications
You must be signed in to change notification settings - Fork 1
IPC Channels
Dhruv edited this page Jun 13, 2022
·
2 revisions
IPC or Inter-process communication channels are used in electron for communication among the three processes: main, preload and renderer.
Some channels used in this project and their possible values are given below.
Updates the renderer process about the state of Pluto, can have following values:
- 'loading'
- 'updating'
- 'no_update'
- a PlutoURL instance, consisting of url, port and secret.