kvision
/
io.kvision.electron.electron
/
ProtocolResponse
js
Protocol
Response
external interface
ProtocolResponse
Content copied to clipboard
Properties
Properties
charset
Link copied to clipboard
js
open var
charset
:
String
?
Content copied to clipboard
data
Link copied to clipboard
js
open var
data
: dynamic
Content copied to clipboard
error
Link copied to clipboard
js
open var
error
:
Number
?
Content copied to clipboard
headers
Link copied to clipboard
js
open var
headers
:
Record
<
String
, dynamic>?
Content copied to clipboard
method
Link copied to clipboard
js
open var
method
:
String
?
Content copied to clipboard
mimeType
Link copied to clipboard
js
open var
mimeType
:
String
?
Content copied to clipboard
path
Link copied to clipboard
js
open var
path
:
String
?
Content copied to clipboard
referrer
Link copied to clipboard
js
open var
referrer
:
String
?
Content copied to clipboard
session
Link copied to clipboard
js
open var
session
:
Session
?
Content copied to clipboard
statusCode
Link copied to clipboard
js
open var
statusCode
:
Number
?
Content copied to clipboard
uploadData
Link copied to clipboard
js
open var
uploadData
:
ProtocolResponseUploadData
?
Content copied to clipboard
url
Link copied to clipboard
js
open var
url
:
String
?
Content copied to clipboard