mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Consistent docs for LoadURLOptions.httpReferrer
This commit is contained in:
@@ -1150,7 +1150,7 @@ Same as `webContents.capturePage([rect, ]callback)`.
|
||||
|
||||
* `url` String
|
||||
* `options` Object (optional)
|
||||
* `httpReferrer` String (optional) - An HTTP Referrer url.
|
||||
* `httpReferrer` (String | [Referrer](structures/referrer.md)) (optional) - An HTTP Referrer url.
|
||||
* `userAgent` String (optional) - A user agent originating the request.
|
||||
* `extraHeaders` String (optional) - Extra headers separated by "\n"
|
||||
* `postData` ([UploadRawData[]](structures/upload-raw-data.md) | [UploadFile[]](structures/upload-file.md) | [UploadFileSystem[]](structures/upload-file-system.md) | [UploadBlob[]](structures/upload-blob.md)) (optional)
|
||||
|
||||
Reference in New Issue
Block a user