For those abandoned calls, how to handle their returned promise
make the abandoned promises always reject, you can specify a parameter
make the abandoned promises always resolve, you can specify a parameter
do nothing, the returned promises have the same fulfilled result with the normal
make the abandoned promises stay unfulfilled
Generated using TypeDoc
For those abandoned calls, how to handle their returned promise