Skip to content

Commit beeee89

Browse files
committed
github-electron loadURL options extraHeaders
1 parent 41f8573 commit beeee89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-electron/github-electron.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ declare namespace Electron {
415415
loadURL(url: string, options?: {
416416
httpReferrer?: string;
417417
userAgent?: string;
418+
extraHeaders?: string;
418419
}): void;
419420
/**
420421
* Same with webContents.reload.
@@ -558,6 +559,7 @@ declare namespace Electron {
558559
loadURL(url: string, options?: {
559560
httpReferrer?: string;
560561
userAgent?: string;
562+
extraHeaders?: string;
561563
}): void;
562564
/**
563565
* @returns The URL of current web page.

0 commit comments

Comments
 (0)