summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/ipc-helpers.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-199/+0
2024-06-18Fix eslint errorsOskar Nyberg1-1/+1
All changes in this commit were produced by running `npm run lint -- --fix`.
2024-03-20Return unsubscribe function when registering IPC listener in rendererOskar Nyberg1-2/+4
2022-10-17Update ipc webcontents handling to be less complexOskar Nyberg1-12/+17
2022-10-07Upgrade TypeScript and fix resulting compilation errorsOskar Nyberg1-1/+3
2022-08-22Curry IpcMainEventChannel functions with WebContents where applicableOskar Nyberg1-3/+3
2022-04-05Fix import orderingOskar Nyberg1-1/+2
2021-09-16Update catch-statements to work with unknown typeOskar Nyberg1-1/+2
2021-03-10Return undefined if window or webview is destroyedOskar Nyberg1-3/+3
2021-01-26Split ipc initialization to prevent usage of ipcMain in rendererOskar Nyberg1-28/+32
2021-01-15Use new loggerOskar Nyberg1-1/+1
2020-12-09Add new IPC helper functionsOskar Nyberg1-0/+184