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 controller class is now split into IpcClientController and IpcServerController
New
IpcClientController and IpcServerController can set an event handler object when constructing, you can also set the event handler object later in the listeners property.
IpcServerController can set an functions handler object when constructing, you can also set the functions handler object later in the handlers property.
IpcServerController's TrustHandler and WebContentsGetter support return a non-Promise value.
IpcServerController now has a sendToFrame method.
preloadInit now supports setting isolatedWorldId.
Fix
Global event listeners inside controllers were not removed correctly.