You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous version could not set the global TrustHandler, now it has been moved to IpcController.TrustHandler.
Breaking
IpcController.callers rename to IpcController.calls
Now IpcBroadcastController does not have a default WebContentsGetter and needs to be set manually. The previous default WebContentsGetter was to get the webContents of all BrowserWindow.
The first parameter type of TrustHandler is now IpcController, which used to be the controller name (string)
Fix
IpcController event handler parameter type is incorrect
IpcController.#ipcMainEventListener no await async TrustHandler