Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?httpReferrer, ?userAgent, ?extraHeaders, ?postData, ?baseURLForDataURL)

Full Usage: Options(?httpReferrer, ?userAgent, ?extraHeaders, ?postData, ?baseURLForDataURL)

Parameters:
    ?httpReferrer : 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
?httpReferrer : 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

this.baseURLForDataURL

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.

this.extraHeaders

Full Usage: this.extraHeaders

Extra headers separated by "\n"

this.httpReferrer

Full Usage: this.httpReferrer

An HTTP Referrer URL.

this.postData

Full Usage: this.postData

this.userAgent

Full Usage: this.userAgent

A user agent originating the request.

Type something to start searching.