Search
Preparing search index...
The search index is not available
Promise-Insist
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"lib/promise-insist"
Insist
Class Insist<T>
Type parameters
T
Hierarchy
Insist
Implements
Promise
<
T
>
Index
Constructors
constructor
Properties
__@to
String
Tag
_id
_promise
Methods
catch
getID
then
Constructors
constructor
new
Insist
(
id
:
ID
, promise
:
Promise
<
T
>
)
:
Insist
Parameters
id:
ID
promise:
Promise
<
T
>
Returns
Insist
Properties
__@to
String
Tag
__@to
String
Tag
:
"Promise"
Private
_id
_id
:
any
Private
_promise
_promise
:
Promise
<
T
>
Methods
catch
catch<TResult>
(
onrejected
?:
function
|
undefined
|
null
)
:
Promise
<
T
|
TResult
>
Type parameters
TResult
Parameters
Optional
onrejected:
function
|
undefined
|
null
Returns
Promise
<
T
|
TResult
>
getID
getID
(
)
:
any
Returns
any
then
then<TResult1, TResult2>
(
onfulfilled
?:
function
|
undefined
|
null
, onrejected
?:
function
|
undefined
|
null
)
:
Promise
<
TResult1
|
TResult2
>
Type parameters
TResult1
TResult2
Parameters
Optional
onfulfilled:
function
|
undefined
|
null
Optional
onrejected:
function
|
undefined
|
null
Returns
Promise
<
TResult1
|
TResult2
>
Globals
Internals
"lib/promise-
insist"
"presets/delays"
"presets/index"
Externals
"presets/error-
filters/axios/index"
"presets/error-
filters/index"
Insist
constructor
__@to
String
Tag
_id
_promise
catch
getID
then
Promise
Insist
Meta
Data
Cancel
Resolver
Config
Delay
Func
Error
Filter
ID
Retry
Callback
Task
Retriever
Generated using
TypeDoc