kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.url
/
URL
URL
JS
open
external
class
URL
(
url
:
String
,
base
:
String
)
Content copied to clipboard
Exposes the JavaScript
URL
to Kotlin
Types
Constructors
Properties
Constructors
URL
Link copied to clipboard
JS
fun
URL
(
url
:
String
,
base
:
String
=
definedExternally
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
JS
object
Companion
Content copied to clipboard
Properties
hash
Link copied to clipboard
JS
var
hash
:
String
Content copied to clipboard
host
Link copied to clipboard
JS
var
host
:
String
Content copied to clipboard
hostname
Link copied to clipboard
JS
var
hostname
:
String
Content copied to clipboard
href
Link copied to clipboard
JS
var
href
:
String
Content copied to clipboard
origin
Link copied to clipboard
JS
open
val
origin
:
String
Content copied to clipboard
password
Link copied to clipboard
JS
var
password
:
String
Content copied to clipboard
pathname
Link copied to clipboard
JS
var
pathname
:
String
Content copied to clipboard
port
Link copied to clipboard
JS
var
port
:
String
Content copied to clipboard
protocol
Link copied to clipboard
JS
var
protocol
:
String
Content copied to clipboard
search
Link copied to clipboard
JS
var
search
:
String
Content copied to clipboard
searchParams
Link copied to clipboard
JS
open
val
searchParams
:
URLSearchParams
Content copied to clipboard
username
Link copied to clipboard
JS
var
username
:
String
Content copied to clipboard