mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
fix: make preload calculation identical between sandbox & non-sandboxed (#34531)
This commit is contained in:
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -107,8 +107,6 @@ declare namespace NodeJS {
|
||||
isWebView: boolean;
|
||||
hiddenPage: boolean;
|
||||
nodeIntegration: boolean;
|
||||
preload: string
|
||||
preloadScripts: string[];
|
||||
webviewTag: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user