fix: make preload calculation identical between sandbox & non-sandboxed (#34531)

This commit is contained in:
Jeremy Rose
2022-06-15 13:22:28 -07:00
committed by GitHub
parent 4ec95edf06
commit bad8d5e08a
9 changed files with 29 additions and 59 deletions

View File

@@ -107,8 +107,6 @@ declare namespace NodeJS {
isWebView: boolean;
hiddenPage: boolean;
nodeIntegration: boolean;
preload: string
preloadScripts: string[];
webviewTag: boolean;
}