@resonatehq/sdk
Preparing search index...
Network
Interface Network
interface
Network
{
anycast
:
string
;
recv
:
Recv
;
send
:
Send
;
unicast
:
string
;
init
()
:
Promise
<
void
>
;
match
(
target
:
string
)
:
string
;
stop
()
:
Promise
<
void
>
;
}
Implemented by
HttpNetwork
LocalNetwork
Index
Properties
anycast
recv
send
unicast
Methods
init
match
stop
Properties
Readonly
anycast
anycast
:
string
recv
recv
:
Recv
send
send
:
Send
Readonly
unicast
unicast
:
string
Methods
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
match
match
(
target
:
string
)
:
string
Parameters
target
:
string
Returns
string
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anycast
recv
send
unicast
Methods
init
match
stop
@resonatehq/sdk
Loading...