Update to 17.1.0, remove soon to be deprecated nativeWindowOpen optiojn

This commit is contained in:
rafael-aero
2022-03-03 08:21:35 +01:00
parent 40eae5af3d
commit 8067f8e1ff
5 changed files with 17 additions and 22 deletions

View File

@@ -195,11 +195,6 @@ namespace ElectronNET.API.Entities
[DefaultValue(true)]
public bool ContextIsolation { get; set; } = true;
/// <summary>
/// Whether to use native window.open(). Defaults to false. This option is currently experimental.
/// </summary>
public bool NativeWindowOpen { get; set; }
/// <summary>
/// Whether to enable the Webview. Defaults to the value of the nodeIntegration option. The
/// preload script configured for the Webview will have node integration enabled