toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.storage
/
StorageManager
Storage
Manager
sealed
external
class
StorageManager
(
source
)
Available only in secure contexts.
MDN Reference
Members
Functions
estimate
Link copied to clipboard
suspend
fun
estimate
(
)
:
StorageEstimate
MDN Reference
estimate
Async
Link copied to clipboard
fun
estimateAsync
(
)
:
Promise
<
StorageEstimate
>
get
Directory
Link copied to clipboard
suspend
fun
getDirectory
(
)
:
FileSystemDirectoryHandle
MDN Reference
get
Directory
Async
Link copied to clipboard
fun
getDirectoryAsync
(
)
:
Promise
<
FileSystemDirectoryHandle
>
persist
Link copied to clipboard
suspend
fun
persist
(
)
:
Boolean
MDN Reference
persist
Async
Link copied to clipboard
fun
persistAsync
(
)
:
Promise
<
Boolean
>
persisted
Link copied to clipboard
suspend
fun
persisted
(
)
:
Boolean
MDN Reference
persisted
Async
Link copied to clipboard
fun
persistedAsync
(
)
:
Promise
<
Boolean
>