@adviser/cement - v0.0.0
Preparing search index...
HostURIObject
Interface HostURIObject
interface
HostURIObject
{
protocol
:
string
;
pathname
:
string
;
searchParams
:
Record
<
string
,
string
>
;
style
:
"host"
;
hostname
:
string
;
port
:
string
;
}
Hierarchy (
View Summary
)
URIObject
HostURIObject
Index
Properties
protocol
pathname
search
Params
style
hostname
port
Properties
Readonly
protocol
protocol
:
string
Readonly
pathname
pathname
:
string
Readonly
search
Params
searchParams
:
Record
<
string
,
string
>
Readonly
style
style
:
"host"
Readonly
hostname
hostname
:
string
Readonly
port
port
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
protocol
pathname
search
Params
style
hostname
port
@adviser/cement - v0.0.0
Loading...