Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
ProtocolResponseUploadData
Protocol
Response
Upload
Data
external
interface
ProtocolResponseUploadData
(
source
)
Members
Properties
content
Type
Link copied to clipboard
abstract
var
contentType
:
String
MIME type of the content.
data
Link copied to clipboard
abstract
var
data
:
Any
Content to be sent.