feat: allow headers to be sent with webContents.downloadURL()
(#39455)
feat: allow headers to be sent with webContents.downloadURL()
This commit is contained in:
parent
31dfde7fa6
commit
00746e662b
6 changed files with 392 additions and 269 deletions
|
@ -169,7 +169,7 @@ class WebContents : public ExclusiveAccessContext,
|
|||
void LoadURL(const GURL& url, const gin_helper::Dictionary& options);
|
||||
void Reload();
|
||||
void ReloadIgnoringCache();
|
||||
void DownloadURL(const GURL& url);
|
||||
void DownloadURL(const GURL& url, gin::Arguments* args);
|
||||
GURL GetURL() const;
|
||||
std::u16string GetTitle() const;
|
||||
bool IsLoading() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue