Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.serviceworker
/
ServiceWorkerContainer
/
getRegistrationAsync
get
Registration
Async
fun
getRegistrationAsync
(
clientURL
:
String
=
definedExternally
)
:
Promise
<
ServiceWorkerRegistration
?
>
(
source
)
fun
getRegistrationAsync
(
clientURL
:
URL
)
:
Promise
<
ServiceWorkerRegistration
?
>
(
source
)