Header menu logo fable-electron-docs-api

ProtocolResponseUploadData Type

Constructors

Constructor Description

ProtocolResponseUploadData(contentType, data)

Full Usage: ProtocolResponseUploadData(contentType, data)

Parameters:
    contentType : string - MIME type of the content.
    data : U2<string, Buffer> - Content to be sent.

Returns: ProtocolResponseUploadData
contentType : string

MIME type of the content.

data : U2<string, Buffer>

Content to be sent.

Returns: ProtocolResponseUploadData

Instance members

Instance member Description

this.contentType

Full Usage: this.contentType

MIME type of the content.

this.data

Full Usage: this.data

Content to be sent.

Type something to start searching.