From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-stream-protocol-response/data.html | 14 ++++++ .../-stream-protocol-response/headers.html | 14 ++++++ .../-stream-protocol-response/index.html | 53 ++++++++++++++++++++++ .../-stream-protocol-response/status-code.html | 14 ++++++ 4 files changed, 95 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-stream-protocol-response/data.html create mode 100644 api1/pl.treksoft.kvision.electron/-stream-protocol-response/headers.html create mode 100644 api1/pl.treksoft.kvision.electron/-stream-protocol-response/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-stream-protocol-response/status-code.html (limited to 'api1/pl.treksoft.kvision.electron/-stream-protocol-response') diff --git a/api1/pl.treksoft.kvision.electron/-stream-protocol-response/data.html b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/data.html new file mode 100644 index 00000000..ce82a40d --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/data.html @@ -0,0 +1,14 @@ + + + +StreamProtocolResponse.data - kvision + + + +kvision / pl.treksoft.kvision.electron / StreamProtocolResponse / data
+
+

data

+ +abstract var data: <ERROR CLASS> + + diff --git a/api1/pl.treksoft.kvision.electron/-stream-protocol-response/headers.html b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/headers.html new file mode 100644 index 00000000..cac1289e --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/headers.html @@ -0,0 +1,14 @@ + + + +StreamProtocolResponse.headers - kvision + + + +kvision / pl.treksoft.kvision.electron / StreamProtocolResponse / headers
+
+

headers

+ +abstract var headers: Headers + + diff --git a/api1/pl.treksoft.kvision.electron/-stream-protocol-response/index.html b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/index.html new file mode 100644 index 00000000..08599b55 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/index.html @@ -0,0 +1,53 @@ + + + +StreamProtocolResponse - kvision + + + +kvision / pl.treksoft.kvision.electron / StreamProtocolResponse
+
+

StreamProtocolResponse

+external interface StreamProtocolResponse +

Properties

+ + + + + + + + + + + + + + + +
+

data

+
+abstract var data: <ERROR CLASS>
+

headers

+
+abstract var headers: Headers
+

statusCode

+
+abstract var statusCode: Number
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.electron/-stream-protocol-response/status-code.html b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/status-code.html new file mode 100644 index 00000000..78a4d728 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-stream-protocol-response/status-code.html @@ -0,0 +1,14 @@ + + + +StreamProtocolResponse.statusCode - kvision + + + +kvision / pl.treksoft.kvision.electron / StreamProtocolResponse / statusCode
+
+

statusCode

+ +abstract var statusCode: Number + + -- cgit