Search
Preparing search index...
The search index is not available
IBM Aspera Browser JavaScript Library
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
PromiseExecutor
Interface PromiseExecutor
Interface representing a promise executor used in a promise.
Hierarchy
PromiseExecutor
Index
Properties
reject
resolve
Properties
reject
reject
:
(
error
:
any
)
=>
void
Type declaration
(
error
:
any
)
:
void
Parameters
error:
any
Returns
void
resolve
resolve
:
(
value
:
any
)
=>
void
Type declaration
(
value
:
any
)
:
void
Parameters
value:
any
Returns
void
Globals
Promise
Executor
reject
resolve
Interface representing a promise executor used in a promise.