@deltachat/jsonrpc-client
Preparing search index...
yerpc
WebsocketEvents
Interface WebsocketEvents
interface
WebsocketEvents
{
connect
:
()
=>
void
;
disconnect
:
()
=>
void
;
error
:
(
error
:
ErrorEvent
)
=>
void
;
[
key
:
string
]:
(
...
args
:
any
)
=>
void
;
}
Hierarchy
EventsT
WebsocketEvents
Indexable
[
key
:
string
]:
(
...
args
:
any
)
=>
void
Index
Properties
connect
disconnect
error
Properties
connect
connect
:
()
=>
void
disconnect
disconnect
:
()
=>
void
error
error
:
(
error
:
ErrorEvent
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
disconnect
error
@deltachat/jsonrpc-client
Loading...