While this definitely sounds like a good alternative to everything bundling its own Electron, I do have some questions.<p>To make sure I understand how viable this solution is...<p>> On Windows, WebWindow uses the <i>new Chromium-based Edge via webview2</i>, assuming you have that browser installed (it could fall back on older Edge if you don’t, but I haven’t implemented that)<p>So this will currently only work for those running the absolutely newest version of Windows 10?<p>(But if the user does, you get a reasonably up to date and capable web-engine, which sounds good)<p>> On Mac, it uses the OS’s built-in WKWebView, which is the same technology behind Safari<p>Sounds decent, I guess?<p>> On Linux, it uses WebKitGTK+2, which is yet again a WebKit-based technology<p>Isn't WebKitGTK horribly outdated, or have things improved recently? Couldn't that be a source of issues down the road?