From beeee8977d72f8b4d0ca73044960f571b1b6cf86 Mon Sep 17 00:00:00 2001 From: Alexander Rusakov Date: Thu, 17 Mar 2016 17:37:12 +0300 Subject: [PATCH] github-electron loadURL options extraHeaders --- github-electron/github-electron.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index c5c60b3555..49ee2db173 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. @@ -558,6 +559,7 @@ declare namespace Electron { loadURL(url: string, options?: { httpReferrer?: string; userAgent?: string; + extraHeaders?: string; }): void; /** * @returns The URL of current web page.