mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge pull request #8608 from topsteam/github-electron-loadurl-extraHeaders
github-electron loadURL updated
This commit is contained in:
Vendored
+2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user