philia
Preparing search index...
connect/common/type
Options
Interface Options
interface
Options
{
compress
?:
boolean
;
meta
?:
MetaInfo
;
path
?:
string
;
timeout
?:
{
idle
?:
number
;
retry
?:
number
;
send
?:
number
;
wait
?:
number
}
;
closed_fn
(
client
:
default
)
:
void
;
connected_fn
(
client
:
default
)
:
void
;
}
Hierarchy (
View Summary
)
Options
ServerOptions
ClientOptions
ClientOptions
Index
Properties
compress?
meta?
path?
timeout?
Methods
closed_
fn?
connected_
fn?
Properties
Optional
compress
compress
?:
boolean
Optional
meta
meta
?:
MetaInfo
Optional
path
path
?:
string
Optional
timeout
timeout
?:
{
idle
?:
number
;
retry
?:
number
;
send
?:
number
;
wait
?:
number
}
Methods
Optional
closed_
fn
closed_fn
(
client
:
default
)
:
void
Parameters
client
:
default
Returns
void
Optional
connected_
fn
connected_fn
(
client
:
default
)
:
void
Parameters
client
:
default
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compress
meta
path
timeout
Methods
closed_
fn
connected_
fn
philia
Loading...