MLE Implemented Web APIs(mle-js-webapis)
Preparing search index...
url
URL
Class URL
Copyright (c) 2025, Oracle and/or its affiliates.
Index
Constructors
constructor
Properties
hash
host
hostname
href
origin
password
pathname
port
protocol
search
search
Params
username
Methods
to
JSON
to
String
can
Parse
parse
Constructors
constructor
new
URL
(
url
:
string
,
base
?:
string
)
:
URL
Parameters
url
:
string
Optional
base
:
string
Returns
URL
Properties
hash
hash
:
string
host
host
:
string
hostname
hostname
:
string
href
href
:
string
Readonly
origin
origin
:
string
password
password
:
string
pathname
pathname
:
string
port
port
:
string
protocol
protocol
:
string
search
search
:
string
Readonly
search
Params
searchParams
:
URLSearchParams
username
username
:
string
Methods
to
JSON
toJSON
()
:
string
Returns
string
to
String
toString
()
:
string
Returns
string
Static
can
Parse
canParse
(
url
:
string
,
base
?:
string
)
:
boolean
Parameters
url
:
string
Optional
base
:
string
Returns
boolean
Static
parse
parse
(
url
:
string
,
base
?:
string
)
:
URL
Parameters
url
:
string
Optional
base
:
string
Returns
URL
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
hash
host
hostname
href
origin
password
pathname
port
protocol
search
search
Params
username
Methods
to
JSON
to
String
can
Parse
parse
MLE Implemented Web APIs(mle-js-webapis)
Loading...
Copyright (c) 2025, Oracle and/or its affiliates.