Search
Preparing search index...
The search index is not available
JavaScript Loop Development Kit
Options
All
Public
Public/Protected
All
Inherited
Menu
JavaScript Loop Development Kit
network
Namespace network
Index
Interfaces
HTTPRequest
HTTPResponse
Network
Socket
Socket
Configuration
Type aliases
Callback
Error
Functions
decode
encode
http
Request
web
Socket
Connect
Type aliases
Callback
Error
Callback
Error
:
(
error
:
Error
|
undefined
)
=>
void
Type declaration
(
error
:
Error
|
undefined
)
:
void
A simplified representation of a callback which take error
Parameters
error:
Error
|
undefined
Returns
void
Functions
decode
decode
(
encodedValue
:
Uint8Array
)
:
Promise
<
string
>
Parameters
encodedValue:
Uint8Array
Returns
Promise
<
string
>
encode
encode
(
text
:
string
)
:
Promise
<
Uint8Array
>
Parameters
text:
string
Returns
Promise
<
Uint8Array
>
http
Request
http
Request
(
request
:
HTTPRequest
)
:
Promise
<
HTTPResponse
>
Parameters
request:
HTTPRequest
Returns
Promise
<
HTTPResponse
>
web
Socket
Connect
web
Socket
Connect
(
socketConfiguration
:
SocketConfiguration
)
:
Promise
<
Socket
>
Parameters
socketConfiguration:
SocketConfiguration
Returns
Promise
<
Socket
>
Exports
Cancelleable
React
Whisper
browser
clipboard
config
cursor
document
filesystem
keyboard
network
process
screen
search
system
ui
user
vault
whisper
window
HTTPRequest
HTTPResponse
Network
Socket
Socket
Configuration
Callback
Error
decode
encode
http
Request
web
Socket
Connect
Generated using
TypeDoc
A simplified representation of a callback which take error