feat: electron upgrade - 18.0.3 => 20.2.0

This commit is contained in:
Amadou Ada DIENE
2022-09-23 18:55:41 +02:00
committed by DIENE
parent fa6222a1a8
commit f1fce63e24
8 changed files with 4356 additions and 10416 deletions

View File

@@ -17,6 +17,9 @@ export interface AppConfig {
/** Tells if `contextIsolation` and `worldSafeExecuteJavaScript` webPreferences are enabled */
isContextIsolation: boolean;
/** Tells if `isSandbox` webPreference is enabled */
isSandbox: boolean;
/** Tells if `isEnableRemoteModule` webPreference is enabled */
isEnableRemoteModule: boolean;