We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d7361 commit 07a0bc9Copy full SHA for 07a0bc9
ElectronNET.API/Entities/WebPreferences.cs
@@ -15,10 +15,10 @@ public class WebPreferences
15
public bool DevTools { get; set; } = true;
16
17
/// <summary>
18
- /// Whether node integration is enabled. Default is false.
+ /// Whether node integration is enabled. Required to enable IPC. Default is true.
19
/// </summary>
20
- [DefaultValue(false)]
21
- public bool NodeIntegration { get; set; } = false;
+ [DefaultValue(true)]
+ public bool NodeIntegration { get; set; } = true;
22
23
24
/// Whether node integration is enabled in web workers. Default is false.
0 commit comments