Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.serviceworker
/
Clients
/
openWindowAsync
open
Window
Async
fun
openWindowAsync
(
url
:
String
)
:
Promise
<
WindowClient
?
>
(
source
)
fun
openWindowAsync
(
url
:
URL
)
:
Promise
<
WindowClient
?
>
(
source
)