core
0.24.4
js
core
/
de.peekandpoke.kraft.streams.addons
/
LocalStorageStreamStorage
Local
Storage
Stream
Storage
js
class
LocalStorageStreamStorage
<
T
>
(
toStr
:
(
T
)
->
String
,
fromStr
:
(
String
?
)
->
T
?
,
storageKey
:
String
)
:
StreamStorage
<
T
>
Constructors
Functions
Constructors
Local
Storage
Stream
Storage
Link copied to clipboard
js
fun
<
T
>
LocalStorageStreamStorage
(
toStr
:
(
T
)
->
String
,
fromStr
:
(
String
?
)
->
T
?
,
storageKey
:
String
)
Functions
read
Link copied to clipboard
js
open
override
fun
read
(
)
:
T
?
write
Link copied to clipboard
js
open
override
fun
write
(
value
:
T
)