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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
The webcontents are created correctly, but electron runs each webview in its own process which breaks the connection. I believe the fix is to add support for guest view into libchromium content and electron to handle the swappedout:// condition. There could also potentially be changes to how/when electron creates new render processes to match the process-per-site-instance model https://www.chromium.org/developers/design-documents/process-models
The text was updated successfully, but these errors were encountered:
The webcontents are created correctly, but electron runs each webview in its own process which breaks the connection. I believe the fix is to add support for guest view into libchromium content and electron to handle the swappedout:// condition. There could also potentially be changes to how/when electron creates new render processes to match the process-per-site-instance model https://www.chromium.org/developers/design-documents/process-models
The text was updated successfully, but these errors were encountered: