Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cache
/
Cache
/
match
match
suspend
fun
match
(
url
:
String
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)
MDN Reference
suspend
fun
match
(
url
:
URL
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)
suspend
fun
match
(
request
:
Request
,
options
:
CacheQueryOptions
=
definedExternally
)
:
Response
?
(
source
)