From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-cookie/index.html | 43 ++++++++++------------ 1 file changed, 19 insertions(+), 24 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-cookie/index.html') diff --git a/api/pl.treksoft.kvision.electron/-cookie/index.html b/api/pl.treksoft.kvision.electron/-cookie/index.html index 5989ef21..7aa8bf8d 100644 --- a/api/pl.treksoft.kvision.electron/-cookie/index.html +++ b/api/pl.treksoft.kvision.electron/-cookie/index.html @@ -8,88 +8,83 @@ kvision / pl.treksoft.kvision.electron / Cookie

Cookie

-external interface Cookie +(js) interface Cookie

Properties

-

domain

+(js) +

domain

open var domain: String?
-

expirationDate

+(js) +

expirationDate

open var expirationDate: Number?
-

hostOnly

+(js) +

hostOnly

open var hostOnly: Boolean?
-

httpOnly

+(js) +

httpOnly

open var httpOnly: Boolean?
-

name

+(js) +

name

abstract var name: String
-

path

+(js) +

path

open var path: String?
-

secure

+(js) +

secure

open var secure: Boolean?
-

session

+(js) +

session

open var session: Boolean?
-

value

+(js) +

value

abstract var value: String
-

Extension Functions

- - - - - - - -
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit