toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.workers
/
CacheStorage
Cache
Storage
abstract
class
CacheStorage
:
JsAny
Exposes the JavaScript
CacheStorage
to Kotlin
Members
Constructors
Cache
Storage
Link copied to clipboard
constructor
(
)
Functions
delete
Link copied to clipboard
fun
delete
(
cacheName
:
String
)
:
Promise
<
*
>
has
Link copied to clipboard
fun
has
(
cacheName
:
String
)
:
Promise
<
*
>
keys
Link copied to clipboard
fun
keys
(
)
:
Promise
<
*
>
match
Link copied to clipboard
fun
match
(
request
:
String
,
options
:
CacheQueryOptions
)
:
Promise
<
*
>
fun
match
(
request
:
Request
,
options
:
CacheQueryOptions
)
:
Promise
<
*
>
open
Link copied to clipboard
fun
open
(
cacheName
:
String
)
:
Promise
<
*
>