Header menu logo fable-electron-docs-api

ProtocolRequest Type

Constructors

Constructor Description

ProtocolRequest(url, referrer, method, headers, ?uploadData)

Full Usage: ProtocolRequest(url, referrer, method, headers, ?uploadData)

Parameters:
    url : string -
    referrer : string -
    method : string -
    headers : Record<string, string> -
    ?uploadData : UploadData[] -

Returns: ProtocolRequest
url : string

referrer : string

method : string

headers : Record<string, string>

?uploadData : UploadData[]

Returns: ProtocolRequest

Instance members

Instance member Description

this.headers

Full Usage: this.headers

this.method

Full Usage: this.method

this.referrer

Full Usage: this.referrer

this.uploadData

Full Usage: this.uploadData

this.url

Full Usage: this.url

Type something to start searching.