Header menu logo fable-electron-docs-api

UploadRawData Type

Constructors

Constructor Description

UploadRawData(type, bytes)

Full Usage: UploadRawData(type, bytes)

Parameters:
    type : string - rawData.
    bytes : Buffer - Data to be uploaded.

Returns: UploadRawData
type : string

rawData.

bytes : Buffer

Data to be uploaded.

Returns: UploadRawData

Instance members

Instance member Description

this.bytes

Full Usage: this.bytes

Data to be uploaded.

this.type

Full Usage: this.type

rawData.

Type something to start searching.