toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.cache
/
Cache
/
match
match
suspend
fun
match
(
request
:
Request
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)
MDN Reference
suspend
fun
match
(
request
:
String
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)
suspend
fun
match
(
request
:
URL
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)