ProtocolRequest Type
Constructors
| Constructor |
Description
|
Full Usage:
ProtocolRequest(url, referrer, method, headers, ?uploadData)
Parameters:
string
-
referrer : string
-
method : string
-
headers : Record<string, string>
-
?uploadData : UploadData[]
-
Returns: ProtocolRequest
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.headers
|
|
Full Usage:
this.method
|
|
Full Usage:
this.referrer
|
|
Full Usage:
this.uploadData
|
|
Full Usage:
this.url
|
|
fable-electron-docs-api