mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
IPC with a BrowserView that doesn't have a BrowserWindow #541
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MopsieX on GitHub (Jul 28, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Currently you can only send IPC messages to a BrowserView that is in a BrowserWindow. Being able to send IPC messages to a BrowserView that isn't currently set as the BrowserView of a BrowserWindow would be very useful.