Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?httpReferrer, ?userAgent, ?extraHeaders, ?postData, ?baseURLForDataURL)
Parameters:
U2<string, Referrer>
-
An HTTP Referrer URL.
?userAgent : string
-
A user agent originating the request.
?extraHeaders : string
-
Extra headers separated by "\n"
?postData : U2<UploadRawData, UploadFile>[]
-
?baseURLForDataURL : string
-
Base URL (with trailing path separator) for files to be loaded by the data URL. This is needed only
if the specified url is a data URL and needs to load other files.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.baseURLForDataURL
|
Base URL (with trailing path separator) for files to be loaded by the data URL. This is needed only if the specified url is a data URL and needs to load other files. |
Full Usage:
this.extraHeaders
|
Extra headers separated by "\n" |
Full Usage:
this.httpReferrer
|
An HTTP Referrer URL. |
Full Usage:
this.postData
|
|
Full Usage:
this.userAgent
|
A user agent originating the request. |
fable-electron-docs-api