Header menu logo fable-electron-docs-api

UploadData Type

Constructors

Constructor Description

UploadData(bytes, ?file, ?blobUUID)

Full Usage: UploadData(bytes, ?file, ?blobUUID)

Parameters:
    bytes : 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
bytes : 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

this.blobUUID

Full Usage: this.blobUUID

UUID of blob data. Use ses.getBlobData method to retrieve the data.

this.bytes

Full Usage: this.bytes

Content being sent.

this.file

Full Usage: this.file

Path of file being uploaded.

Type something to start searching.