UploadData Type
Constructors
| Constructor |
Description
|
Full Usage:
UploadData(bytes, ?file, ?blobUUID)
Parameters:
Buffer
-
Content being sent.
?file : string
-
Path of file being uploaded.
?blobUUID : string
-
UUID of blob data. Use ses.getBlobData method to retrieve the data.
Returns: UploadData
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.blobUUID
|
UUID of blob data. Use ses.getBlobData method to retrieve the data. |
Full Usage:
this.bytes
|
Content being sent. |
Full Usage:
this.file
|
Path of file being uploaded. |
fable-electron-docs-api