couch-kit
Preparing search index...
@couch-kit/client
LocationLike
Interface LocationLike
The minimal shape of
window.location
needed to derive a WS URL.
interface
LocationLike
{
hostname
:
string
;
port
:
string
;
protocol
:
string
;
}
Index
Properties
hostname
port
protocol
Properties
hostname
hostname
:
string
port
port
:
string
protocol
protocol
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hostname
port
protocol
couch-kit
Loading...
The minimal shape of
window.locationneeded to derive a WS URL.