kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.workers
/
CacheStorage
Cache
Storage
abstract
class
CacheStorage
:
JsAny
(
source
)
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
<
*
>