swarpc - v0.14.0
Source code
Report a bug
Suggest an idea
Preparing search index...
PendingRequest
Type Alias PendingRequest
type
PendingRequest
=
{
nodeId
?:
string
;
functionName
:
string
;
reject
:
(
err
:
Error
)
=>
void
;
onProgress
:
(
progress
:
any
)
=>
void
;
resolve
:
(
result
:
any
)
=>
void
;
}
Index
Properties
node
Id?
function
Name
reject
on
Progress
resolve
Properties
Optional
node
Id
nodeId
?:
string
ID of the node the request was sent to. udefined if running on a service worker
function
Name
functionName
:
string
reject
reject
:
(
err
:
Error
)
=>
void
on
Progress
onProgress
:
(
progress
:
any
)
=>
void
resolve
resolve
:
(
result
:
any
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
Id
function
Name
reject
on
Progress
resolve
Source code
Report a bug
Suggest an idea
swarpc - v0.14.0
Loading...
ID of the node the request was sent to. udefined if running on a service worker