stdlib
1.6
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
Storage
Storage
JS
abstract
external
class
Storage
(
source
)
Exposes the JavaScript
Storage
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Extensions
Constructors
Storage
Link copied to clipboard
JS
fun
Storage
(
)
Functions
clear
Link copied to clipboard
JS
fun
clear
(
)
Since Kotlin
1.1
get
Item
Link copied to clipboard
JS
fun
getItem
(
key
:
String
)
:
String
?
Since Kotlin
1.1
key
Link copied to clipboard
JS
fun
key
(
index
:
Int
)
:
String
?
Since Kotlin
1.1
remove
Item
Link copied to clipboard
JS
fun
removeItem
(
key
:
String
)
Since Kotlin
1.1
set
Item
Link copied to clipboard
JS
fun
setItem
(
key
:
String
,
value
:
String
)
Since Kotlin
1.1
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
Extensions
get
Link copied to clipboard
JS
inline operator
fun
Storage
.
get
(
key
:
String
)
:
String
?
Since Kotlin
1.1
set
Link copied to clipboard
JS
inline operator
fun
Storage
.
set
(
key
:
String
,
value
:
String
)
Since Kotlin
1.1