Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
MimeTypedBuffer
Mime
Typed
Buffer
external
interface
MimeTypedBuffer
(
source
)
Members
Properties
charset
Link copied to clipboard
abstract
var
charset
:
String
?
Charset of the buffer.
data
Link copied to clipboard
abstract
var
data
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
The actual Buffer content.
mime
Type
Link copied to clipboard
abstract
var
mimeType
:
String
?
MIME type of the buffer.