MimeTypedBuffer Type
Constructors
| Constructor |
Description
|
Full Usage:
MimeTypedBuffer(data, ?mimeType, ?charset)
Parameters:
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
|
Full Usage:
this.charset
|
Charset of the buffer. |
Full Usage:
this.data
|
The actual Buffer content. |
Full Usage:
this.mimeType
|
MIME type of the buffer. |
fable-electron-docs-api