Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-web
/
web.url
/
URLPatternInit
URLPattern
Init
interface
URLPatternInit
(
source
)
MDN Reference
Members
Properties
base
URL
Link copied to clipboard
abstract
var
baseURL
:
String
?
MDN Reference
hash
Link copied to clipboard
abstract
var
hash
:
String
?
MDN Reference
hostname
Link copied to clipboard
abstract
var
hostname
:
String
?
MDN Reference
password
Link copied to clipboard
abstract
var
password
:
String
?
MDN Reference
pathname
Link copied to clipboard
abstract
var
pathname
:
String
?
MDN Reference
port
Link copied to clipboard
abstract
var
port
:
String
?
MDN Reference
protocol
Link copied to clipboard
abstract
var
protocol
:
String
?
MDN Reference
search
Link copied to clipboard
abstract
var
search
:
String
?
MDN Reference
username
Link copied to clipboard
abstract
var
username
:
String
?
MDN Reference