Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Thenable
Class Thenable
Hierarchy
Thenable
Promise
Promise
Index
Methods
catch
then
Methods
public
catch
(
onRejected
:
(error: Error) => T
)
:
Thenable
Parameters
onRejected:
(error: Error) => T
Returns
Thenable
public
then
(
onFulfilled
:
(value: T) => Thenable<TR>
, onRejected
?:
(error: Error) => TR
)
:
Thenable
Parameters
onFulfilled:
(value: T) => Thenable<TR>
onRejected?:
(error: Error) => TR
optional
Returns
Thenable
public
then
(
onFulfilled
:
(value: T) => Thenable<TR>
, onRejected
?:
(error: Error) => void
)
:
Thenable
Parameters
onFulfilled:
(value: T) => Thenable<TR>
onRejected?:
(error: Error) => void
optional
Returns
Thenable
public
then
(
onFulfilled
:
(value: T) => TR
, onRejected
?:
(error: Error) => void
)
:
Thenable
Parameters
onFulfilled:
(value: T) => TR
onRejected?:
(error: Error) => void
optional
Returns
Thenable
public
then
(
onFulfilled
:
(value: T) => TR
, onRejected
?:
(error: Error) => TR
)
:
Thenable
Parameters
onFulfilled:
(value: T) => TR
onRejected?:
(error: Error) => TR
optional
Returns
Thenable
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tspromise
tty
url
util
vm
zlib