FilePathWithHeaders Type
Constructors
| Constructor |
Description
|
Full Usage:
FilePathWithHeaders(path, ?headers)
Parameters:
string
-
The path to the file to send.
?headers : Record<string, string>
-
Additional headers to be sent.
Returns: FilePathWithHeaders
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.headers
|
Additional headers to be sent. |
Full Usage:
this.path
|
The path to the file to send. |
fable-electron-docs-api