feat: remove nativeWindowOpen option (#29405)
Co-authored-by: Cheng Zhao <zcbenz@gmail.com> Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
parent
2f9fd06534
commit
d44a187d0b
39 changed files with 316 additions and 1164 deletions
3
typings/internal-ambient.d.ts
vendored
3
typings/internal-ambient.d.ts
vendored
|
@ -45,7 +45,6 @@ declare namespace NodeJS {
|
|||
deleteHiddenValue(obj: any, key: string): void;
|
||||
requestGarbageCollectionForTesting(): void;
|
||||
runUntilIdle(): void;
|
||||
isSameOrigin(a: string, b: string): boolean;
|
||||
triggerFatalErrorForTesting(): void;
|
||||
}
|
||||
|
||||
|
@ -108,9 +107,7 @@ declare namespace NodeJS {
|
|||
interface InternalWebPreferences {
|
||||
isWebView: boolean;
|
||||
hiddenPage: boolean;
|
||||
nativeWindowOpen: boolean;
|
||||
nodeIntegration: boolean;
|
||||
openerId: number;
|
||||
preload: string
|
||||
preloadScripts: string[];
|
||||
webviewTag: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue