diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index b0cb21fc3..fb8442c35 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -415,6 +415,7 @@ declare namespace Electron { loadURL(url: string, options?: { httpReferrer?: string; userAgent?: string; + extraHeaders?: string; }): void; /** * Same with webContents.reload. @@ -566,6 +567,7 @@ declare namespace Electron { loadURL(url: string, options?: { httpReferrer?: string; userAgent?: string; + extraHeaders?: string; }): void; /** * @returns The URL of current web page.