refactor: remove more dead code post render process reuse (#28983)
* Overrides for window.history.* * Node environment cleanup / creation logic * Options and switches that are now static values
This commit is contained in:
parent
38c877e9d3
commit
e5e8ab4eea
12 changed files with 10 additions and 92 deletions
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
|
@ -103,7 +103,6 @@ declare namespace NodeJS {
|
|||
|
||||
interface InternalWebPreferences {
|
||||
contextIsolation: boolean;
|
||||
disableElectronSiteInstanceOverrides: boolean;
|
||||
guestInstanceId: number;
|
||||
hiddenPage: boolean;
|
||||
nativeWindowOpen: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue