Header menu logo fable-electron-docs-api

MimeTypedBuffer Type

Constructors

Constructor Description

MimeTypedBuffer(data, ?mimeType, ?charset)

Full Usage: MimeTypedBuffer(data, ?mimeType, ?charset)

Parameters:
    data : Buffer - The actual Buffer content.
    ?mimeType : string - MIME type of the buffer.
    ?charset : string - Charset of the buffer.

Returns: MimeTypedBuffer
data : Buffer

The actual Buffer content.

?mimeType : string

MIME type of the buffer.

?charset : string

Charset of the buffer.

Returns: MimeTypedBuffer

Instance members

Instance member Description

this.charset

Full Usage: this.charset

Charset of the buffer.

this.data

Full Usage: this.data

The actual Buffer content.

this.mimeType

Full Usage: this.mimeType

MIME type of the buffer.

Type something to start searching.