promise
.then((result) => { ··· })
.catch((error) => { ··· })
.finally(() => {
/\*logic independent of success/error \*/
})
The handler is called when the promise is fulfilled or rejected
Useful links
For further actions, you may consider blocking this person and/or reporting abuse
Raihan Yudo Saputra -
bsorrentino -
thai-duong2003 -
Radzion Chachura -
Top comments (0)