Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.url
/
URL
/
Companion
/
parse
parse
fun
parse
(
url
:
String
,
base
:
String
=
definedExternally
)
:
URL
?
(
source
)
MDN Reference
fun
parse
(
url
:
URL
,
base
:
String
=
definedExternally
)
:
URL
?
(
source
)
fun
parse
(
url
:
String
,
base
:
URL
)
:
URL
?
(
source
)
fun
parse
(
url
:
URL
,
base
:
URL
)
:
URL
?
(
source
)