chore: remove unused getWebPreferences method (#30160)
This commit is contained in:
parent
a3298424b3
commit
612361c4da
3 changed files with 0 additions and 20 deletions
1
typings/internal-electron.d.ts
vendored
1
typings/internal-electron.d.ts
vendored
|
@ -57,7 +57,6 @@ declare namespace Electron {
|
|||
interface WebContents {
|
||||
_loadURL(url: string, options: ElectronInternal.LoadURLOptions): void;
|
||||
getOwnerBrowserWindow(): Electron.BrowserWindow;
|
||||
getWebPreferences(): Electron.WebPreferences;
|
||||
getLastWebPreferences(): Electron.WebPreferences;
|
||||
_getPreloadPaths(): string[];
|
||||
equal(other: WebContents): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue