Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AbandonedCallAction

For those abandoned calls, how to handle their returned promise

Index

Enumeration members

AlwaysReject

AlwaysReject: = 22

make the abandoned promises always reject, you can specify a parameter

AlwaysResolve

AlwaysResolve: = 21

make the abandoned promises always resolve, you can specify a parameter

None

None: = 0

do nothing, the returned promises have the same fulfilled result with the normal

StayUnfulfilled

StayUnfulfilled: = 10

make the abandoned promises stay unfulfilled

Generated using TypeDoc